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
#include "tab.macros.h"
#endif /* TABLING */
#include <stdlib.h>
#include <stdio.h>
#if HAVE_STRING_H
#include <string.h>
#endif
#if HAVE_STRINGS_H
#include <strings.h>
#endif
#if HAVE_MALLOC_H
#include <malloc.h>
#endif