hardnested_tables: add C99 flag in suggested compilation

This commit is contained in:
Philippe Teuwen 2019-04-11 19:43:48 +02:00
parent 6609db82ab
commit 20393d71a8

View file

@ -20,7 +20,7 @@
//-----------------------------------------------------------------------------
// To compile it:
// gcc -I ../../common -o hardnested_tables hardnested_tables.c
// gcc -std=c99 -I ../../common -o hardnested_tables hardnested_tables.c
#include <inttypes.h>
#include <stdbool.h>