summaryrefslogtreecommitdiff
path: root/src/lexgrog.l.new
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexgrog.l.new')
-rw-r--r--src/lexgrog.l.new11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lexgrog.l.new b/src/lexgrog.l.new
index dcf99373..1ca83751 100644
--- a/src/lexgrog.l.new
+++ b/src/lexgrog.l.new
@@ -31,21 +31,12 @@
#endif /* HAVE_CONFIG_H */
#include <errno.h>
-
-#ifndef STDC_HEADERS
-extern int errno;
-#endif
+#include <string.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
-#ifdef HAVE_STRING_H
-# include <string.h>
-#elif defined (HAVE_STRINGS_H)
-# include <strings.h>
-#endif /* HAVE_STRING_H */
-
#include "gettext.h"
#define _(String) gettext (String)