Fix a missing #ifdef HAVE_CONFIG_H.
This commit is contained in:
parent
640fdb7da8
commit
f777a11d7f
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#import <ObjFW/OFString.h>
|
||||
#import <ObjFW/OFArray.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue