]> rtime.felk.cvut.cz Git - ulut.git/commitdiff
Add missing #include
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 7 Jul 2015 09:52:57 +0000 (11:52 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 7 Jul 2015 09:52:57 +0000 (11:52 +0200)
It caused compilation error in the RPP project, where this file is used.

ulut/ul_utdefs.h

index c49630b9a6094b8f8343f2786fd633c13ee50173..aa96537695b45bd8545657e1bdb0e6a54d5acd96 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef _UL_UTDEFS_H
 #define _UL_UTDEFS_H
 
+#include <stddef.h> /* For size_t */
+
 #ifdef __cplusplus
 extern "C" {
 #endif