mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
#include "config.h", not "../config.h" so building from objdir works
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1291 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
39e2a4225c
commit
86d4a229d6
@ -5,7 +5,7 @@
|
||||
#define IRSSI_WEBSITE "http://irssi.org"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user