diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-04-28 09:37:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-04-28 09:37:47 +0000 |
commit | 9a4857fd017e81809f1547841051eb04c0dbd4b9 (patch) | |
tree | 8ff9d01f1bcd917def314cf9a62464f00488949d /app/bitmap/Dialog.c | |
parent | 6d7905a160ed77858fee4996960ed86f9f4e30d6 (diff) |
Update to bitmap 1.1.1
Diffstat (limited to 'app/bitmap/Dialog.c')
-rw-r--r-- | app/bitmap/Dialog.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/bitmap/Dialog.c b/app/bitmap/Dialog.c index bf00b0569..b00553852 100644 --- a/app/bitmap/Dialog.c +++ b/app/bitmap/Dialog.c @@ -30,6 +30,10 @@ from The Open Group. * Author: Davor Matic, MIT X Consortium */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <X11/Shell.h> |