diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.c b/config.c index 1d608d6..e6a5a7d 100644 --- a/config.c +++ b/config.c @@ -14,14 +14,14 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "bounce.h" - #include <err.h> #include <getopt.h> #include <stdio.h> #include <stdlib.h> #include <string.h> +#include "bounce.h" + #define WS "\t " static const char *path; |