ports/sysutils/dd_rescue/files/patch-libddr__null.c
MANTANI Nobutaka 7e351a1d7b sysutils/dd_rescue: Update to 1.99.14
Replace "_" in the names of the patch files with "__" to conform to the
patch file name convention.
2024-08-25 21:30:33 +09:00

13 lines
262 B
C

--- libddr_null.c.orig 2015-04-15 08:56:38 UTC
+++ libddr_null.c
@@ -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;