@ -1,3 +1,4 @@
#define _POSIX_C_SOURCE 200809L
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -Wall -pedantic -O2
CFLAGS = -Wall -pedantic --std=c99 -O2
bmon: bmon.o