aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-30 19:53:43 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-03-30 19:53:43 +0200
commit4abcfa8fdf1886a270783e9e8ab08c7f9b4e6aa3 (patch)
tree5dd6b063a29db3ecfb7ecaa222865ee077efb09a
parent294051cc6ae9ae7d7dc72a997d53442f3a015c45 (diff)
downloadEpisodeBrowser-4abcfa8fdf1886a270783e9e8ab08c7f9b4e6aa3.tar.gz
Include windows.h in defs.h.
-rw-r--r--c/defs.h1
1 files changed, 1 insertions, 0 deletions
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 */