Files
ports/devel/libhid/files/patch-src_hid_initialisation.c
T
Antoine Brodin 26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00

11 lines
263 B
C

--- src/hid_initialisation.c.orig 2009-03-07 20:27:43.000000000 +0300
+++ src/hid_initialisation.c 2009-03-07 20:29:25.000000000 +0300
@@ -4,6 +4,7 @@
#define HID_INTERNAL
#include "config.h"
+#include <stdlib.h>
#include <hid.h>
#include <hid_helpers.h>