From 74596d8273552f11959fe51fb8fff84a18ca9b83 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Feb 2026 14:43:26 +0200 Subject: build: Maybe fix OpenBSD We'll see how this goes... --- dfm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dfm.c') 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 #include #include @@ -50,8 +53,6 @@ #include #include -#include "config.h" - #include "lib/arg.h" #include "lib/bitset.h" #include "lib/date.h" -- cgit v1.2.3