aboutsummaryrefslogtreecommitdiffstats
path: root/extension/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/fnmatch.c')
-rw-r--r--extension/fnmatch.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/extension/fnmatch.c b/extension/fnmatch.c
index 6a4d4635..727c9daf 100644
--- a/extension/fnmatch.c
+++ b/extension/fnmatch.c
@@ -27,16 +27,18 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
-#include <assert.h>
-#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include "config.h"
+
#include "gawkapi.h"
#include "gettext.h"