freebsd-ports/net-mgmt/docsis/files/patch-src_docsis__snmp.c
Emanuel Haupt 308c03e75c - Update to 0.9.8
- Move from SF to GitHub
- Update WWW
- Pacify portlint
- Unbreak on amd64, "Philippe Maechler" <pmaechler-ml@glattnet.ch> notified us
  via ports@ that the produced config files work fine
2018-08-15 12:49:38 +00:00

11 lines
254 B
C

--- src/docsis_snmp.c.orig 2015-10-18 20:28:25 UTC
+++ src/docsis_snmp.c
@@ -21,6 +21,8 @@
* DOCSIS is a registered trademark of Cablelabs, http://www.cablelabs.com
*/
+#include <string.h>
+
#include "docsis_snmp.h"
#include "docsis_decode.h"