Use full paths to includes

This commit is contained in:
ailin-nemui 2019-05-01 16:33:47 +02:00
commit 7e6e1f2e10
303 changed files with 1834 additions and 1901 deletions

View file

@ -11,7 +11,7 @@
#define MAX_USER_PREFIXES 7 /* Max prefixes kept for any user-in-chan. 7+1 is a memory unit */
struct _NICK_REC {
#include "nick-rec.h"
#include <irssi/src/core/nick-rec.h>
};
/* Add new nick to list */