Make gcc -Wall happy.
This commit is contained in:
parent
04f95d5238
commit
685a38ea94
|
@ -36,6 +36,10 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "structmember.h"
|
||||
#include "ceval.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef THINK_C
|
||||
#define HAVE_FOPENRF
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue