Skip to content

Commit

Permalink
- fix opc_ua on GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Mar 22, 2016
1 parent 0424117 commit a2fcd1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/opc/ua/Makefile.in
@@ -1,5 +1,5 @@
CC=@CC@
CFLAGS=-O0 -g -fPIC -fvisibility=hidden
CFLAGS=-O0 -g -fPIC -fvisibility=hidden -std=c99
CPPFLAGS=-I../../c
DLLEXT=@DLLEXT@
LDFLAGS=-lpthread
Expand Down
1 change: 1 addition & 0 deletions SimulationRuntime/opc/ua/omc_opc_ua.c
Expand Up @@ -29,6 +29,7 @@
*
*/

#define _XOPEN_SOURCE 600
#include "omc_opc_ua.h"
#include "open62541.h"
#include <pthread.h>
Expand Down

0 comments on commit a2fcd1e

Please sign in to comment.