mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
$NetBSD: patch-aa,v 1.3 2011/04/15 16:18:02 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
|
|
|