diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-18 02:15:32 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-18 02:15:32 +0000 |
commit | d1a9e594859320d99c9ff5730d90dc171594c8e0 (patch) | |
tree | d427cb9e19b0d3b246579dcfceedd50c0a2400ef /gas/config/ho-sunos.h | |
parent | 7dc139f16d3249ceddcd5cc18977db24511a0260 (diff) | |
download | gdb-d1a9e594859320d99c9ff5730d90dc171594c8e0.zip gdb-d1a9e594859320d99c9ff5730d90dc171594c8e0.tar.gz gdb-d1a9e594859320d99c9ff5730d90dc171594c8e0.tar.bz2 |
Buying into ../include and ../libiberty.
Diffstat (limited to 'gas/config/ho-sunos.h')
-rw-r--r-- | gas/config/ho-sunos.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 13d5c3d..5d920f6 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -2,9 +2,10 @@ #ifndef __STDC__ #define NO_STDARG -#include <memory.h> #endif /* not __STDC__ */ +#include <memory.h> + #include <ctype.h> #include <string.h> |