aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/log/logger.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-15 06:46:45 +0000
committerDavid Robillard <d@drobilla.net>2013-12-15 06:46:45 +0000
commitc4a14f44114b8f140697bb651508282b027275f8 (patch)
tree3ec0a2870165662a8920cfa68e05bfc5cc18d463 /lv2/lv2plug.in/ns/ext/log/logger.h
parent95cf56ddb4defe605b24ca7f1ec03d396182b449 (diff)
downloadlv2-c4a14f44114b8f140697bb651508282b027275f8.tar.xz
Add missing include <string.h> to logger.h for memset.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/log/logger.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/log/logger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/logger.h b/lv2/lv2plug.in/ns/ext/log/logger.h
index f7cd921..88ca0aa 100644
--- a/lv2/lv2plug.in/ns/ext/log/logger.h
+++ b/lv2/lv2plug.in/ns/ext/log/logger.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012 David Robillard <http://drobilla.net>
+ Copyright 2012-2013 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -28,6 +28,7 @@
#define LV2_ATOM_LOGGER_H
#include <stdio.h>
+#include <string.h>
#include "lv2/lv2plug.in/ns/ext/log/log.h"