mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Clean up a number of obsolete autoconf-detected standard C things.
svn path=/trunk/yasm/; revision=1892
This commit is contained in:
parent
bc7a333720
commit
69fc913eec
18 changed files with 70 additions and 151 deletions
4
util.h
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue