summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authornotaz2011-09-03 01:26:33 +0300
committernotaz2011-09-03 01:31:26 +0300
commit8b6232a675c7b49bd9651805fc92917cc7a92198 (patch)
tree8d9c7dd50673e51305537fbcb2742de073b0e297 /common.h
parenteac69717338922e6bb55076e57d7674080291fe9 (diff)
downloadpicogpsp-8b6232a675c7b49bd9651805fc92917cc7a92198.tar.gz
picogpsp-8b6232a675c7b49bd9651805fc92917cc7a92198.tar.bz2
picogpsp-8b6232a675c7b49bd9651805fc92917cc7a92198.zip
fix some warnings
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index c3c03ba..8d55af9 100644
--- a/common.h
+++ b/common.h
@@ -29,6 +29,7 @@
#ifdef _WIN32_WCE
#include <windows.h>
#else
+ #define _BSD_SOURCE // sync
#include <stdlib.h>
#include <stdio.h>
#include <string.h>