| changeset 332 | 9f735b6f5939 |
| parent 329 | d675c5ac6d07 |
| child 335 | 636f120d1b5e |
1.1 --- a/librazor/rpm.c Thu Jan 08 15:08:08 2009 +0000 1.2 +++ b/librazor/rpm.c Thu Jan 08 15:36:35 2009 +0000 1.3 @@ -26,7 +26,9 @@ 1.4 #include <errno.h> 1.5 #include <sys/stat.h> 1.6 #include <sys/types.h> 1.7 +#if HAVE_SYS_WAIT_H 1.8 #include <sys/wait.h> 1.9 +#endif 1.10 #include <fcntl.h> 1.11 #include <dirent.h> 1.12 #include <unistd.h>