Files
haikuports/app-arch/sharutils/patches/sharutils-4.14.patchset
Chris Roberts 0a4db91cd1 Convert/update sharutils to working recipe
--HG--
rename : app-arch/sharutils/sharutils-4.10.recipe => app-arch/sharutils/sharutils-4.14.recipe
2013-11-24 20:54:41 -07:00

20 lines
430 B
Plaintext

From 72e4b6e9859ea8e7c3f4a55947a20141bdd4a254 Mon Sep 17 00:00:00 2001
From: Chris Roberts <cpr420@gmail.com>
Date: Sun, 24 Nov 2013 19:58:36 -0700
Subject: Include config.h before other headers
diff --git a/src/scribble.c b/src/scribble.c
index 57fa9d0..26e820b 100644
--- a/src/scribble.c
+++ b/src/scribble.c
@@ -1,4 +1,5 @@
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "scribble.h"
--
1.8.3.4