mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
Add missing include
Silences: listen.c:320:3: warning: implicit declaration of function ‘ascii_strup’ [-Wimplicit-function-declaration]
This commit is contained in:
parent
b34ded063b
commit
051d1587b0
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "servers-redirect.h"
|
||||
#include "levels.h"
|
||||
#include "settings.h"
|
||||
#include "misc.h"
|
||||
|
||||
#include "irc.h"
|
||||
#include "irc-channels.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue