diff options
author | ewt <devnull@localhost> | 1997-05-07 19:27:21 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-05-07 19:27:21 +0000 |
commit | 49a247317a3b5a31f2a3f8a0ebe867aae78de077 (patch) | |
tree | abc162ce37e1347cbf315d11bc6d1d5ca50397e1 /misc | |
parent | f3b683a4b0cbd32a4c29a76ef6804406362d7fd4 (diff) | |
download | librpm-tizen-49a247317a3b5a31f2a3f8a0ebe867aae78de077.tar.gz librpm-tizen-49a247317a3b5a31f2a3f8a0ebe867aae78de077.tar.bz2 librpm-tizen-49a247317a3b5a31f2a3f8a0ebe867aae78de077.zip |
Include sys/socket.h if it's available
CVS patchset: 1614
CVS date: 1997/05/07 19:27:21
Diffstat (limited to 'misc')
-rw-r--r-- | misc/miscfn.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/miscfn.h b/misc/miscfn.h index bd033a067..a0831e715 100644 --- a/misc/miscfn.h +++ b/misc/miscfn.h @@ -50,4 +50,8 @@ extern time_t timezone; extern void *myrealloc(void *, size_t); #endif +#if HAVE_SYS_SOCKET_H +#include <sys/socket.h> +#endif + #endif |