missed cvs add, reported by naddy@ kili@

This commit is contained in:
sthen 2016-10-13 21:38:05 +00:00
parent 4be74add4d
commit 513e384ed8

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-lib_ipmi_cfgp_c,v 1.1 2016/10/13 21:38:05 sthen Exp $
--- lib/ipmi_cfgp.c.orig Wed Oct 12 12:53:02 2016
+++ lib/ipmi_cfgp.c Wed Oct 12 12:53:07 2016
@@ -30,7 +30,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <ipmitool/helper.h>