aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend-scanner.l
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-08-20 15:23:34 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-08-20 15:23:34 +0000
commitaacb4d90f0ef62557d0fa370c5bfcafe89c466a0 (patch)
tree69ed356e9a6337b18ca49bf9ce658e4da78d9f7f /wiretap/ascend-scanner.l
parent1839c44f3f0d41e5b6312e85de9a8f99f1b48fab (diff)
Use system's version of AM_PATH_GLIB macro.
Optimize use of AC_CHECK_FUNC in wiretap/acinclude.m4 Move #include "config.h" to be first include in some files. From albert chin (china@thewrittenword.com) svn path=/trunk/; revision=3857
Diffstat (limited to 'wiretap/ascend-scanner.l')
-rw-r--r--wiretap/ascend-scanner.l10
1 files changed, 5 insertions, 5 deletions
diff --git a/wiretap/ascend-scanner.l b/wiretap/ascend-scanner.l
index 52636a60c0..f08f2c30c5 100644
--- a/wiretap/ascend-scanner.l
+++ b/wiretap/ascend-scanner.l
@@ -1,7 +1,7 @@
%{
/* ascend-scanner.l
*
- * $Id: ascend-scanner.l,v 1.19 2001/04/18 03:03:42 gram Exp $
+ * $Id: ascend-scanner.l,v 1.20 2001/08/20 15:23:34 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -22,14 +22,14 @@
*
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
#ifdef HAVE_IO_H
#include <io.h> /* for isatty() on win32 */
#endif