mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
$NetBSD: patch-af,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
|
|
|
|
--- widget/aafont.c.orig Sat Oct 27 14:36:12 2001
|
|
+++ widget/aafont.c
|
|
@@ -20,6 +20,10 @@
|
|
#include <config.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
+
|
|
+#ifdef HAVE_STRING_H
|
|
+#include <string.h>
|
|
+#endif
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xutil.h>
|
|
#include "aafont.h"
|