aboutsummaryrefslogtreecommitdiff
path: root/src/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/types.h')
-rw-r--r--src/include/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/types.h b/src/include/types.h
index b76c95b5bb..d6fdc08588 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -15,6 +15,8 @@
#ifndef __TYPES_H
#define __TYPES_H
+
+/* types.h is supposed to provide stdint and stddef defined in here: */
#include <stdint.h>
#include <stddef.h>