mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Replace "_" in the names of the patch files with "__" to conform to the patch file name convention.
13 lines
262 B
C
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;
|