patch-lib_rpmio_h 351 B

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