Bladeren bron

p_usrloc: include <time.h> to make compiler happy on mac os x

Daniel-Constantin Mierla 14 jaren geleden
bovenliggende
commit
370b7020fc
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      modules_k/p_usrloc/ul_check.h

+ 2 - 0
modules_k/p_usrloc/ul_check.h

@@ -22,6 +22,8 @@
 #ifndef SP_P_USRLOC_CHECK_H
 #ifndef SP_P_USRLOC_CHECK_H
 #define SP_P_USRLOC_CHECK_H
 #define SP_P_USRLOC_CHECK_H
 
 
+#include <time.h>
+
 #include "../../lock_ops.h"
 #include "../../lock_ops.h"
 
 
 struct check_data {
 struct check_data {