summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2007-07-13 20:56:28 +0000
committerPeter Johnson <peter@tortall.net>2007-07-13 20:56:28 +0000
commit69fc913eec98e7767ddca60ab42d96a7ddf63537 (patch)
treeca84a0f58676a3caed296cee039bcf3dbf42ef85 /util.h
parentbc7a333720ad9f065459a9348a76746efd109798 (diff)
downloadyasm-69fc913eec98e7767ddca60ab42d96a7ddf63537.tar.gz
Clean up a number of obsolete autoconf-detected standard C things.
svn path=/trunk/yasm/; revision=1892
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util.h b/util.h
index 18937812..f19792e8 100644
--- a/util.h
+++ b/util.h
@@ -60,6 +60,10 @@
#include <string.h>
#include <assert.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
#include <libyasm/coretype.h>
#ifdef lint