pool-buffer: add L suffix to POSIX version for consistency

This commit is contained in:
Jan Beich 2019-05-20 16:40:04 +00:00 committed by Simon Ser
parent 45c587e93c
commit 96e281fdb2

View File

@ -1,4 +1,4 @@
#define _POSIX_C_SOURCE 200809
#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <cairo/cairo.h>
#include <fcntl.h>