blob: 38a9f85eb26dac8850c5c1e2bc69cb1a5db7fc1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.2 2007/11/03 13:04:43 adam Exp $
--- resource.c.orig 2007-09-04 06:27:41.000000000 +0200
+++ resource.c
@@ -1,5 +1,7 @@
#include <string.h>
+#include <sys/types.h>
+#include <sys/param.h>
#include "afp.h"
#define appledouble ".AppleDouble"
|