patch-build_parsePrep_c 311 B

1234567891011121314
  1. $OpenBSD: patch-build_parsePrep_c,v 1.1.1.1 2000/06/12 18:49:41 espie Exp $
  2. --- build/parsePrep.c.orig Mon Jun 12 02:10:49 2000
  3. +++ build/parsePrep.c Mon Jun 12 02:16:15 2000
  4. @@ -4,6 +4,9 @@
  5. #include "system.h"
  6. +#ifdef __OpenBSD__
  7. +#include <libgen.h>
  8. +#endif
  9. #include <rpmbuild.h>
  10. #include <rpmurl.h>