patch-tools_rpmgettext_c 381 B

123456789101112131415
  1. $OpenBSD: patch-tools_rpmgettext_c,v 1.1.1.1 2000/06/12 18:49:41 espie Exp $
  2. --- tools/rpmgettext.c.orig Mon Jun 12 02:19:29 2000
  3. +++ tools/rpmgettext.c Mon Jun 12 02:19:57 2000
  4. @@ -11,6 +11,10 @@
  5. #include "signature.h"
  6. #include "header.h"
  7. +#ifdef __OpenBSD__
  8. +#include <libgen.h>
  9. +#endif
  10. +
  11. #if !defined(HAVE_BASENAME)
  12. extern char *basename (const char *__filename);
  13. #endif