diff options
author | ewt <devnull@localhost> | 1997-11-18 03:07:10 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-11-18 03:07:10 +0000 |
commit | d134038e40d3d41f7465248ae94cd68b14399b4b (patch) | |
tree | ce4bdab154ece8defea322d652f95bcd065075e1 /misc | |
parent | 4533301c3816df9b5142d1cd2be9aa45989986ca (diff) | |
download | librpm-tizen-d134038e40d3d41f7465248ae94cd68b14399b4b.tar.gz librpm-tizen-d134038e40d3d41f7465248ae94cd68b14399b4b.tar.bz2 librpm-tizen-d134038e40d3d41f7465248ae94cd68b14399b4b.zip |
Force string.h to be present
CVS patchset: 1902
CVS date: 1997/11/18 03:07:10
Diffstat (limited to 'misc')
-rw-r--r-- | misc/realpath.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/realpath.c b/misc/realpath.c index fe0dfd717..3fc610b9c 100644 --- a/misc/realpath.c +++ b/misc/realpath.c @@ -18,11 +18,7 @@ #include <unistd.h> #endif #include <stdio.h> -#ifdef HAVE_STRING_H #include <string.h> -#else -#include <strings.h> -#endif #ifdef _POSIX_VERSION #include <limits.h> /* for PATH_MAX */ #else |