Be a bit friendlier to those compiling without HAVE_CONFIG_H by always

including the "standard C" headers.

svn path=/trunk/yasm/; revision=965
0.3
Peter Johnson 22 years ago
parent dd4ae0b63a
commit f7be0f0fd7
  1. 10
      util.h

@ -46,12 +46,10 @@
#include <stdio.h>
#include <stdarg.h>
#ifdef STDC_HEADERS
# include <stddef.h>
# include <stdlib.h>
# include <string.h>
# include <assert.h>
#endif
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <libyasm/coretype.h>

Loading…
Cancel
Save