summaryrefslogtreecommitdiff
path: root/src/ansi.h
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2016-02-07 16:35:00 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2016-02-07 17:57:37 +0100
commit263d9c6c8d490b2018c7c02dfb168897270286c1 (patch)
tree7c0feffb645a4bc69a97af774aba2a8d353fa575 /src/ansi.h
parent42745c6ac1d803cfc92291e5b18d982aacf8dc4f (diff)
downloadscreen-263d9c6c8d490b2018c7c02dfb168897270286c1.tar.gz
make all header files self-contained and include it in the source file
Including the header in the source file guarantees matching signatures, thus preventing subtle errors. Self-contained headers document the required headers and makes using it easier to use the header in new source files.
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ansi.h b/src/ansi.h
index 5ce68fb..54b4c28 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -30,7 +30,9 @@
#ifndef SCREEN_ANSI_H
#define SCREEN_ANSI_H
+#include <stdbool.h>
#include <stdint.h>
+#include <stdlib.h>
#define NATTR 6