Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
75a79b3f
Commit
75a79b3f
authored
Feb 08, 2013
by
yoogx
Browse files
* Added xlocale.h to avoid compilation errors in glibc 2.13
parent
c1a9424d
Changes
5
Hide whitespace changes
Inline
Side-by-side
include/po_hi_time.h
View file @
75a79b3f
...
...
@@ -14,6 +14,7 @@
#include <po_hi_types.h>
#ifndef HAVE_CLOCK_GETTIME
#include <xlocale.h>
#include <time.h>
#endif
...
...
src/po_hi_messages.c
View file @
75a79b3f
...
...
@@ -14,6 +14,7 @@
/* Headers from PolyORB-HI-C */
#include <xlocale.h>
#include <string.h>
/* Headers from the executive */
...
...
src/po_hi_storage.c
View file @
75a79b3f
...
...
@@ -9,6 +9,7 @@
*/
#include <po_hi_config.h>
#include <xlocale.h>
#include <string.h>
#include <po_hi_debug.h>
#include <po_hi_storage.h>
...
...
src/po_hi_task.c
View file @
75a79b3f
...
...
@@ -9,6 +9,7 @@
*/
#if defined (RTEMS_POSIX) || defined (POSIX) || defined (XENO_POSIX)
#include <xlocale.h>
#include <pthread.h>
#include <sched.h>
#endif
...
...
src/po_hi_time.c
View file @
75a79b3f
...
...
@@ -8,6 +8,7 @@
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-2012 ESA & ISAE.
*/
#include <xlocale.h>
#include <time.h>
#include <errno.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment