1234567891011121314 |
- $OpenBSD: patch-lib_rpmio_h,v 1.1.1.1 2000/06/12 18:49:41 espie Exp $
- --- lib/rpmio.h.orig Mon Jun 12 01:06:01 2000
- +++ lib/rpmio.h Mon Jun 12 01:10:47 2000
- @@ -4,7 +4,9 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <dirent.h>
- +#ifndef GLOB_APPEND
- #include <glob.h>
- +#endif
- #include <stdio.h>
- #include <stdlib.h>
- #include <unistd.h>
|