mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
1885d4c5c6
Submitted by: jasone
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
--- kpathsea/config.h.orig Fri Feb 6 04:59:31 1998
|
|
+++ kpathsea/config.h Mon Jan 16 21:02:28 2006
|
|
@@ -20,6 +20,9 @@
|
|
#ifndef KPATHSEA_CONFIG_H
|
|
#define KPATHSEA_CONFIG_H
|
|
|
|
+/* For basename(3). */
|
|
+#include <libgen.h>
|
|
+
|
|
/* System defines are for non-Unix systems only. (Testing for all Unix
|
|
variations should be done in configure.) Presently the defines used
|
|
are: AMIGA DOS OS2 VMCMS VMS WIN32. I do not use any of these systems
|