aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhaiku.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-04 20:33:29 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-04 20:33:29 +0100
commita6b640048968c59de050e0a4e6e85484364582c3 (patch)
tree518d6dea4d20c4bc4e6f712ab8ae78c6e60265ee /src/libhaiku.h
parentsplit out from radharc (diff)
downloadlibhaiku-a6b640048968c59de050e0a4e6e85484364582c3.tar.gz
libhaiku-a6b640048968c59de050e0a4e6e85484364582c3.tar.bz2
libhaiku-a6b640048968c59de050e0a4e6e85484364582c3.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/libhaiku.h')
-rw-r--r--src/libhaiku.h6
1 files changed, 5 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
-
+#ifndef LIBHAIKU_H
+#define LIBHAIKU_H
/**
@@ -27,3 +28,6 @@
*/
void haiku(const char *s);
+
+#endif
+