summaryrefslogtreecommitdiffstats
path: root/src/image.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-18 01:20:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-18 01:20:44 (EDT)
commit730082432a6b03636d28eb8c16fe5fbb7e279466 (patch)
tree594cef343cc824443ead4e3a1c3ee6ec24ac17ea /src/image.h
parent16148abf5eac0e52464ab0fc589c805728790dd2 (diff)
image_new(): Support "-" file name for stdout
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h
index 1177cd0..b303c23 100644
--- a/src/image.h
+++ b/src/image.h
@@ -24,6 +24,8 @@
#include "text.h"
+#include <string.h>
+
#include "font.h"
#define IMAGE_BIT_DEPTH 8