Can't include system.h w/o mishap.

CVS patchset: 3618
CVS date: 2000/03/10 20:47:57
This commit is contained in:
jbj 2000-03-10 20:47:57 +00:00
parent afb7d4bc0e
commit 94e1c52e5e
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@
#pragma alloca
#endif
#include "system.h"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
/* Enable GNU extensions in glob.h. */
#ifndef _GNU_SOURCE