summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-11-18 03:07:10 +0000
committerewt <devnull@localhost>1997-11-18 03:07:10 +0000
commitd134038e40d3d41f7465248ae94cd68b14399b4b (patch)
treece4bdab154ece8defea322d652f95bcd065075e1 /misc
parent4533301c3816df9b5142d1cd2be9aa45989986ca (diff)
downloadlibrpm-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.c4
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