summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-05-16 15:32:57 +0000
committerewt <devnull@localhost>1997-05-16 15:32:57 +0000
commit1296efb89ab5a5098702dff5413383d71d9c2314 (patch)
tree4f6e6a4fa938bad2b4f94d20f4da1f96bb72be7f /misc
parent95eca9397293a0d1a1d7eccad08e8ed8ebc0b1c0 (diff)
downloadlibrpm-tizen-1296efb89ab5a5098702dff5413383d71d9c2314.tar.gz
librpm-tizen-1296efb89ab5a5098702dff5413383d71d9c2314.tar.bz2
librpm-tizen-1296efb89ab5a5098702dff5413383d71d9c2314.zip
Applied changes for AIX. This involved using <sys/select.h> if it's available.
CVS patchset: 1638 CVS date: 1997/05/16 15:32:57
Diffstat (limited to 'misc')
-rw-r--r--misc/miscfn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/miscfn.h b/misc/miscfn.h
index eda235e50..2597e06f6 100644
--- a/misc/miscfn.h
+++ b/misc/miscfn.h
@@ -54,4 +54,8 @@ extern void *myrealloc(void *, size_t);
#include <limits.h>
#endif
+#if HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
#endif