diff --git a/aplay/aplay.c b/aplay/aplay.c index 6b740c2..bbd7fff 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c @@ -27,6 +27,7 @@ */ #define _GNU_SOURCE +#include "aconfig.h" #include #include #include @@ -49,7 +50,6 @@ #include #include #include -#include "aconfig.h" #include "gettext.h" #include "formats.h" #include "version.h"