PKGBUILDs/extra/hpoj/net-snmp-header-fix.patch
2009-10-09 21:23:22 -05:00

11 lines
261 B
Diff

--- ptal-hpjd.c~ 2007-05-31 15:49:27.000000000 +0200
+++ ptal-hpjd.c 2007-05-31 15:47:30.000000000 +0200
@@ -47,7 +47,7 @@
#ifdef HAVE_SNMP
#include <asn1.h>
#include <snmp.h>
-#include <snmp_api.h>
+#include "snmp_api.h"
#include <snmp_client.h>
#endif