temp workaround for stddef problem in configure on debian

This commit is contained in:
Mark 2004-09-02 12:57:17 +00:00
parent f69e105bb9
commit 6bfc26ba02

View file

@ -32,7 +32,8 @@
#include "config.h"
#endif
#ifdef HAVE_STDDEF_H
/* Temporary since my debian box can't find this via configure even though it has it */
#if 1 /*def HAVE_STDDEF_H*/
#include <stddef.h>
#endif
#ifdef HAVE_STDIO_H