blob: ac15a0b544ec7f18b4993a2a752a2d8ab8c5e6b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2003/12/15 16:19:43 agc Exp $
--- src/lib/include/depotlib.h 2003/12/15 16:03:26 1.1
+++ src/lib/include/depotlib.h 2003/12/15 16:04:54
@@ -38,7 +38,7 @@
#include <netinet/in.h> /* for htonl, ntohl */
#ifndef INHIBIT_VARARGS_H
-#include <varargs.h>
+#include <stdarg.h>
#endif
/* taken from the example in gnu-autoconf */
|