diff options
Diffstat (limited to 'net-mgmt/bsnmpd/files/patch-lib__asn1.c')
-rw-r--r-- | net-mgmt/bsnmpd/files/patch-lib__asn1.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/bsnmpd/files/patch-lib__asn1.c b/net-mgmt/bsnmpd/files/patch-lib__asn1.c new file mode 100644 index 000000000000..fc20064dc337 --- /dev/null +++ b/net-mgmt/bsnmpd/files/patch-lib__asn1.c @@ -0,0 +1,14 @@ +--- lib/asn1.c.orig Thu Sep 22 09:02:07 2005 ++++ lib/asn1.c Thu Sep 22 09:03:46 2005 +@@ -35,7 +35,11 @@ + #include <stdlib.h> + #include <stdarg.h> + #include <string.h> ++#ifdef HAVE_STDINT_H + #include <stdint.h> ++#elif defined(HAVE_INTTYPES_H) ++#include <inttypes.h> ++#endif + #include <assert.h> + #include "asn1.h" + |