mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Use full paths to includes
This commit is contained in:
parent
d5fd789674
commit
7e6e1f2e10
303 changed files with 1834 additions and 1901 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue