Skip to content

Commit

Permalink
fix for undeclared function syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Oct 14, 2024
1 parent 1c99ef7 commit 207cec9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions comex/src-ofi/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
#include <stdlib.h>
#include <sys/syscall.h>
#include <time.h>
#ifndef __USE_MISC
#define __USE_MISC
#endif
#ifndef __USE_MISC
#define __USE_XOPEN2K
#endif
#include <unistd.h>

#include "env.h"
Expand Down

0 comments on commit 207cec9

Please sign in to comment.