diff options
author | Michael Stapelberg | 2019-01-23 08:56:40 +0100 |
---|---|---|
committer | GitHub | 2019-01-23 08:56:40 +0100 |
commit | a57cdc84e2f38ea99fd464d8b5b6446c769cc545 (patch) | |
tree | 48ba736e56b8212d2c3e47cce83864d798e2fa46 /src/auto_detect_format.c | |
parent | Implement %devicename specifier for volume module (#325) (diff) |
Switch to autotools (#316)
Diffstat (limited to 'src/auto_detect_format.c')
-rw-r--r-- | src/auto_detect_format.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auto_detect_format.c b/src/auto_detect_format.c index 8a256e9..5bb05f3 100644 --- a/src/auto_detect_format.c +++ b/src/auto_detect_format.c @@ -1,6 +1,7 @@ /* * vim:ts=4:sw=4:expandtab */ +#include <config.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |