diff --git a/hydra-rtsp.c b/hydra-rtsp.c index 3b4bdca0..5526f9b3 100644 --- a/hydra-rtsp.c +++ b/hydra-rtsp.c @@ -6,7 +6,9 @@ // // +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #include "hydra-mod.h" #include "sasl.h"