ad1a64b3d9
Put into misc to mimic FreeBSD naming scheme. Extra categories: archivers and emulators.
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
$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>
|