summaryrefslogtreecommitdiff
path: root/tests/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-28 12:14:00 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-28 12:14:00 +0100
commit928fc83a6492e6ceaf7a46b888526e20bcd3a6dc (patch)
treeeebcf82d1ecdd0ac592bb2e33c0241e48a4f93d3 /tests/port
parentb4cf78d1eaed900aa6acbcab01bc8693c88b0275 (diff)
downloadwolfbones-928fc83a6492e6ceaf7a46b888526e20bcd3a6dc.tar.gz
wolfbones-928fc83a6492e6ceaf7a46b888526e20bcd3a6dc.tar.bz2
added localtime_r with stub to tests
Diffstat (limited to 'tests/port')
-rw-r--r--tests/port/test_localtime_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/port/test_localtime_r.c b/tests/port/test_localtime_r.c
index 9c9ba3e..c56821c 100644
--- a/tests/port/test_localtime_r.c
+++ b/tests/port/test_localtime_r.c
@@ -1,7 +1,7 @@
#include "port/sys.h"
#define TEST_LOCALTIME_R
-#include "port/time.h" /* for localtime_r */
+#include "port/time.c" /* for localtime_r */
#include "port/string.h" /* for memcmp */