]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/orte_api.h
version 0.2.2 (mac, solaris patch)
[orte.git] / orte / include / orte_api.h
index e10b8af92ca720fffa1c3eb3aa3350e426baaf92..6c14d556200523c640a9b6ddd26337495eaf5173 100644 (file)
@@ -33,7 +33,9 @@ extern "C" {
   #include "orte_config_omk_rtl.h"
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
+#ifdef HAVE_STDINT_H
+  #include <stdint.h>
+#elif defined HAVE_SYS_TYPES_H
   #include <sys/types.h>
 #endif
 #ifdef HAVE_LINUX_TYPES_H