summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-31 17:58:06 -0400
committerDavid Robillard <d@drobilla.net>2016-08-31 17:59:19 -0400
commit80510efead3512766d798d29fbfb66ea5646a249 (patch)
tree679a9f3d5f7264773cab6babc2d4ade94c2e208e
parent35f9d58bae065d2ed9ae0f95246cf298b2dcf8b4 (diff)
Add missing include
-rw-r--r--pugl/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/common.h b/pugl/common.h
index 3abab82..6109fe2 100644
--- a/pugl/common.h
+++ b/pugl/common.h
@@ -22,6 +22,8 @@
#ifndef PUGL_COMMON_H_INCLUDED
#define PUGL_COMMON_H_INCLUDED
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif