blob: 05da529a3dfc6d73b2d1eb84774cb4569fbb5172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- libnl-1.1.orig/src/utils.c 2008-01-14 16:48:45.000000000 +0100
+++ libnl-1.1/src/utils.c 2009-04-16 20:16:45.349364825 +0200
@@ -12,6 +12,7 @@
#include "utils.h"
#include <stdlib.h>
+#include <stdarg.h>
int nltool_init(int argc, char *argv[])
{
|