1
0

patch-src_utils_c 307 B

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