mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
$NetBSD: patch-ad,v 1.2 2007/11/25 12:15:53 wiz Exp $
|
|
|
|
--- def.h.orig 2007-11-25 12:09:23.000000000 +0000
|
|
+++ def.h
|
|
@@ -13,6 +13,8 @@
|
|
#define DEF_DEF
|
|
#define LINT_ARGS 1 /* enable lint type checking */
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
#ifdef UNIX
|
|
#include <sys/types.h>
|