aboutsummaryrefslogtreecommitdiff
path: root/dfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dfm.c')
-rw-r--r--dfm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/dfm.c b/dfm.c
index c2fa0d5..6a2d16a 100644
--- a/dfm.c
+++ b/dfm.c
@@ -33,6 +33,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+
+#include "config.h"
+
#include <assert.h>
#include <dirent.h>
#include <errno.h>
@@ -50,8 +53,6 @@
#include <sys/types.h>
#include <sys/wait.h>
-#include "config.h"
-
#include "lib/arg.h"
#include "lib/bitset.h"
#include "lib/date.h"