blob: 87bdbc983b027147b2656f226ab366c703eb45ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-aa,v 1.1.1.1 2002/01/25 15:53:56 tv Exp $
--- firetalk/lclint.h.orig Thu Jan 24 12:34:58 2002
+++ firetalk/lclint.h Thu Jan 24 12:35:09 2002
@@ -24,4 +24,6 @@
#define _NETDB_H
#endif
+#include <inttypes.h>
+
#endif
|