portabiity

This commit is contained in:
Vítor Santos Costa 2014-11-28 02:30:19 +00:00
parent 0b3fd61088
commit c071e145a7

View File

@ -32,10 +32,14 @@ static char SccsId[] = "%W% %G%";
#ifdef TABLING #ifdef TABLING
#include "tab.macros.h" #include "tab.macros.h"
#endif /* TABLING */ #endif /* TABLING */
#include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#if HAVE_STRING_H #if HAVE_STRING_H
#include <string.h> #include <string.h>
#endif #endif
#if HAVE_STRINGS_H
#include <strings.h>
#endif
#if HAVE_MALLOC_H #if HAVE_MALLOC_H
#include <malloc.h> #include <malloc.h>
#endif #endif