diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-07-15 12:54:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-07-15 12:54:24 +0000 |
commit | 6fb22179ccdebd75b2619ac0e7e60893789a92ec (patch) | |
tree | 340703e0feb84197fdc4ea8122fa4e60ad756c98 /app/xmag/Scale.c | |
parent | 3858366896179f5bd9a8ab3b10b38d5b980eeca2 (diff) |
Update xmag to version 1.0.7
Diffstat (limited to 'app/xmag/Scale.c')
-rw-r--r-- | app/xmag/Scale.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/xmag/Scale.c b/app/xmag/Scale.c index f32aeecae..ce2064a5c 100644 --- a/app/xmag/Scale.c +++ b/app/xmag/Scale.c @@ -30,7 +30,9 @@ from The Open Group. * Author: Davor Matic, MIT X Consortium */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <stdio.h> #include <ctype.h> |