*** empty log message ***

This commit is contained in:
Jim Meyering
1993-10-12 05:02:22 +00:00
parent fd95709ebc
commit 2f4e547fcb

View File

@@ -26,6 +26,17 @@
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
(which it would do because it found this file in $srcdir). */
#include <config.h>
#else
#include "config.h"
#endif
#endif
/* We need this for `regex.h', and perhaps for the Emacs include files. */
#include <sys/types.h>