diff --git a/utils.h b/utils.h index bb2183c..13a177e 100644 --- a/utils.h +++ b/utils.h @@ -18,7 +18,9 @@ #ifndef UTILS_H # define UTILS_H +#ifndef _GNU_SOURCE # define _GNU_SOURCE +#endif # include