summaryrefslogtreecommitdiff
path: root/src/port/time.h
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 /src/port/time.h
parentb4cf78d1eaed900aa6acbcab01bc8693c88b0275 (diff)
downloadwolfbones-928fc83a6492e6ceaf7a46b888526e20bcd3a6dc.tar.gz
wolfbones-928fc83a6492e6ceaf7a46b888526e20bcd3a6dc.tar.bz2
added localtime_r with stub to tests
Diffstat (limited to 'src/port/time.h')
-rw-r--r--src/port/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/time.h b/src/port/time.h
index fd2f64f..8e88b53 100644
--- a/src/port/time.h
+++ b/src/port/time.h
@@ -1,7 +1,7 @@
#ifndef __TIME_H
#define __TIME_H
-#include "port/sys.h"
+#include "port/sys_internal.h"
#include <time.h>