pkgsrc-wip/flashrom/patches/patch-ab

13 lines
269 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2007/11/29 17:01:00 jakllsch Exp $
--- flash.h.orig 2007-11-29 00:42:25.000000000 +0000
+++ flash.h
@@ -25,6 +25,8 @@
#if defined(__GLIBC__)
#include <sys/io.h>
+#else
+#include "pio.h"
#endif
#include <unistd.h>
#include <stdint.h>