Add HAVE_STRINGS_H for better POSIX compliance.

This commit is contained in:
Ralf Corsepius
2010-03-26 17:42:24 +00:00
parent 039267fc5d
commit c648ca5e67
9 changed files with 32 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ __FBSDID("$FreeBSD: src/usr.bin/hexdump/hexdump.c,v 1.7 2002/09/04 23:29:01 dwma
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include "hexdump.h"
#if RTEMS_REMOVED