summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/platform.h b/src/platform.h
index 9426951..b0463eb 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -2,6 +2,8 @@
#ifndef _PLATFORM_H_
#define _PLATFORM_H_
+#include <config.h>
+
#include <pthread.h>
#include <semaphore.h>
#include <stdint.h>
@@ -25,7 +27,7 @@ int sem_release(sem_t *sem);
#include <arpa/inet.h> /* Apple has htonll and ntohll in arpa/inet.h */
#endif
-/* copied from libssh: libssh/include/libssh/priv.h*/
+/* copied from libssh: libssh/include/libssh/priv.h */
#ifndef HAVE_HTONLL
#ifdef WORDS_BIGENDIAN
#define htonll(x) (x)