From a6b640048968c59de050e0a4e6e85484364582c3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 4 Jan 2016 20:33:29 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libhaiku.c | 2 +- src/libhaiku.h | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/libhaiku.c b/src/libhaiku.c index 11d477c..5237b6f 100644 --- a/src/libhaiku.c +++ b/src/libhaiku.c @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include "haiku.h" +#include "libhaiku.h" #include #include #include diff --git a/src/libhaiku.h b/src/libhaiku.h index f83c992..aebc0b2 100644 --- a/src/libhaiku.h +++ b/src/libhaiku.h @@ -14,7 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - +#ifndef LIBHAIKU_H +#define LIBHAIKU_H /** @@ -27,3 +28,6 @@ */ void haiku(const char *s); + +#endif + -- cgit v1.2.3-70-g09d2