diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2013-06-02 21:16:54 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-06-06 22:22:07 -0700 |
commit | f731c5c36f28ddd0f25f474d2991c96f9a7a915c (patch) | |
tree | 328ad68a8447c074f98a17861f013b623b99eb7a | |
parent | 19e2cb7c6a3ec2c5b1bc0d24866fa685eef0ee13 (diff) |
Protect config.h inclusion like usual.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | ident.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,7 +47,9 @@ and 0 if it should be processed normally. identifyBitmap is much faster than parsing the whole font. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <stdlib.h> #include <string.h> |