mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- don't rewrite do-install, patch the distribution's Makefile instead PR: 33334 Submitted by: KATO Tsuguru <tkato@prontomail.com>
10 lines
233 B
C
10 lines
233 B
C
--- src/expatls.c.orig Thu Dec 20 19:00:30 2001
|
|
+++ src/expatls.c Sun Dec 30 11:34:02 2001
|
|
@@ -25,6 +25,7 @@
|
|
/* expatls.c - DOM_DocumentLS
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdlib.h>
|
|
#include <limits.h>
|
|
#include <ctype.h>
|