From 4abcfa8fdf1886a270783e9e8ab08c7f9b4e6aa3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Wed, 30 Mar 2022 19:53:43 +0200
Subject: Include windows.h in defs.h.

---
 c/defs.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'c')

diff --git a/c/defs.h b/c/defs.h
index f5feb3e..d4504ed 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -1,6 +1,7 @@
 #ifndef DEFS_H
 #define DEFS_H
 
+#include <windows.h>
 #include <commctrl.h>
 
 /* common.c */
-- 
cgit v1.2.3