Skip to content

Commit

Permalink
Improve define
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 2, 2023
1 parent eb0bbc2 commit 950583b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/journal.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* sdb - MIT - Copyright 2011-2016 - pancake */
/* sdb - MIT - Copyright 2011-2023 - pancake */

#include "sdb/sdb.h"
#include <fcntl.h>
#if __UNIX__ || __MINGW32__
#if R2__UNIX__ || __UNIX__ || __MINGW32__
#include <unistd.h>
#endif

Expand Down

0 comments on commit 950583b

Please sign in to comment.