temp workaround for stddef problem in configure on debian
This commit is contained in:
parent
f69e105bb9
commit
6bfc26ba02
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue