diff options
-rw-r--r-- | src/pjctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pjctl.c b/src/pjctl.c index 83d8720..94e9ab5 100644 --- a/src/pjctl.c +++ b/src/pjctl.c @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define _POSIX_C_SOURCE 2 +#define _POSIX_C_SOURCE 200112L #define _GNU_SOURCE #include <stdio.h> |