diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 14:43:26 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 14:43:26 +0200 |
| commit | 74596d8273552f11959fe51fb8fff84a18ca9b83 (patch) | |
| tree | b7f164166586ed456fbcd9be8860ff9382132bf5 /dfm.c | |
| parent | 2a6d855693a0ae6cfe8078e91b1c4ae1c92c3603 (diff) | |
build: Maybe fix OpenBSD
We'll see how this goes...
Diffstat (limited to 'dfm.c')
| -rw-r--r-- | dfm.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |