Sync gridsite-core_R_1_5_12
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Fri, 24 Jul 2009 14:49:15 +0000 (14:49 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Fri, 24 Jul 2009 14:49:15 +0000 (14:49 +0000)
org.gridsite.core/interface/gridsite.h

index 347999e..52cf285 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2002-6, Andrew McNab, University of Manchester
+   Copyright (c) 2002-9, Andrew McNab, University of Manchester
    All rights reserved.
 
    Redistribution and use in source and binary forms, with or
 #include <openssl/crypto.h>
 #endif
 
+#ifndef _STDINT_H
+#include <stdint.h>
+#endif
+
 #ifndef FALSE
 #define FALSE (0)
 #endif