diff options
author | ShadowKyogre | 2015-06-08 07:27:13 -0700 |
---|---|---|
committer | ShadowKyogre | 2015-06-08 07:27:13 -0700 |
commit | 552d7285e3c9984528a001b8e1a4a092261f9063 (patch) | |
tree | 03841bba293be722d6e1dd2323e04690828d3127 /hpoj0.91-snmp5.5.patch | |
download | aur-552d7285e3c9984528a001b8e1a4a092261f9063.tar.gz |
Initial import
Diffstat (limited to 'hpoj0.91-snmp5.5.patch')
-rw-r--r-- | hpoj0.91-snmp5.5.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hpoj0.91-snmp5.5.patch b/hpoj0.91-snmp5.5.patch new file mode 100644 index 00000000000..2042d6f1a0d --- /dev/null +++ b/hpoj0.91-snmp5.5.patch @@ -0,0 +1,11 @@ +diff -Naur hpoj-0.91-orig/lib/ptal/ptal-hpjd.c hpoj-0.91/lib/ptal/ptal-hpjd.c +--- hpoj-0.91-orig/lib/ptal/ptal-hpjd.c 2010-02-19 22:33:54.000000000 -0500 ++++ hpoj-0.91/lib/ptal/ptal-hpjd.c 2010-02-19 22:34:45.000000000 -0500 +@@ -45,6 +45,7 @@ + #include <stdlib.h> + + #ifdef HAVE_SNMP ++#include <net-snmp/net-snmp-config.h> + #include <asn1.h> + #include <snmp.h> + #include <snmp_api.h> |