PKGBUILDs/extra/hpoj/net-snmp-header-fix.patch

12 lines
261 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- 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