freebsd-ports/graphics/libgphoto2/files/patch-camlibs_ptp2-config.c
2006-12-28 22:14:53 +00:00

11 lines
264 B
C

--- camlibs/ptp2/config.c.orig Tue Dec 12 18:43:53 2006
+++ camlibs/ptp2/config.c Tue Dec 12 19:00:45 2006
@@ -19,6 +19,8 @@
*/
#include "config.h"
+#include <sys/types.h>
+#include <netinet/in.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>