mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
--HG-- rename : app-arch/sharutils/sharutils-4.10.recipe => app-arch/sharutils/sharutils-4.14.recipe
20 lines
430 B
Plaintext
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
|
|
|