forked from Imagelibrary/rtems
Add HAVE_STRINGS_H for better POSIX compliance.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user