hyphen/0001-missing-include-for-FILE.patch
2014-07-03 11:54:03 +02:00

26 lines
496 B
Diff

From d1e42f5a7166fc98595772ffdd3cfc75fcfa574d Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Thu, 3 Jul 2014 11:51:53 +0200
Subject: [PATCH] missing include for FILE
---
hyphen.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hyphen.h b/hyphen.h
index 9aa057e..b3b8fae 100644
--- a/hyphen.h
+++ b/hyphen.h
@@ -51,6 +51,8 @@
#ifndef __HYPHEN_H__
#define __HYPHEN_H__
+#include <stdio.h>
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
--
1.9.3