Skip to content
Snippets Groups Projects
Commit c8e64249 authored by Cedric Roux's avatar Cedric Roux
Browse files

integration fix: protect include file

The command line to get the error was:
    ./build_oai --eNB -w EXMIMO -c
parent ea858d54
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@
* \warning This code will be removed when a legacy libc API becomes available.
*/
#ifndef _RT_WRAPPER_H_
#define _RT_WRAPPER_H_
#define _GNU_SOURCE
#include <time.h>
......@@ -121,3 +122,4 @@ int sched_getattr(pid_t pid,struct sched_attr *attr,unsigned int size, unsigned
#define gettid() syscall(__NR_gettid) // for gettid
#endif /* _RT_WRAPPER_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment