opnsense-ports/sysutils/dd_rescue/files/patch-libddr_null.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
310 B
C

--- libddr_null.c.orig 2014-05-26 17:30:19.000000000 +0900
+++ libddr_null.c 2014-08-13 22:57:16.000000000 +0900
@@ -8,8 +8,10 @@
#include "ddr_plugin.h"
#include "ddr_ctrl.h"
+#include "ffs.h"
#include <string.h>
#include <stdlib.h>
+#include <stdint.h>
/* fwd decl */
extern ddr_plugin_t ddr_plug;