Since the switch to GCC7, this has not compiled as it assumes gnu89 behavior. -fgnu89-inlining is not enough so use std=gnu89. Signed-off-by: Rosen Penev <rosenp@gmail.com>