blob: 32eb73b9fe301ad542fd3e530d2d6a1789473d30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2010/07/28 09:05:38 drochner Exp $
--- src/common/os.h.orig 2009-07-01 16:40:03.000000000 +0000
+++ src/common/os.h
@@ -15,6 +15,8 @@
#include "config.h"
+#include <stdarg.h>
+
// For PRId64 and PRIu64:
#define __STDC_FORMAT_MACROS
|