diff options
| author | Alexander Barton <alex@barton.de> | 2012-04-29 12:36:23 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-04-29 12:36:23 +0200 |
| commit | f01b09ce847b6895c84be378a324482170d3b56f (patch) | |
| tree | 019163c39ac3b030aa0140945af3de6a693a8c44 /src/ipaddr | |
| parent | 2419a701d8d255275e731c8bcd594d92a46b7067 (diff) | |
| download | ngircd-f01b09ce847b6895c84be378a324482170d3b56f.tar.gz ngircd-f01b09ce847b6895c84be378a324482170d3b56f.zip | |
irc-login.c, login.c: add missing include of "string.h"
This fixes the following warnings with GCC 4.4.5 on Linux: irc-login.c: In function ‘IRC_PASS’: irc-login.c:92: warning: implicit declaration of function ‘strlen’ irc-login.c:92: warning: incompatible implicit declaration of built-in function ‘strlen’ irc-login.c:113: warning: incompatible implicit declaration of built-in function ‘strlen’ irc-login.c:129: warning: implicit declaration of function ‘strchr’ irc-login.c:129: warning: incompatible implicit declaration of built-in function ‘strchr’ irc-login.c:133: warning: implicit declaration of function ‘strcmp’ irc-login.c: In function ‘IRC_SERVICE’: irc-login.c:556: warning: incompatible implicit declaration of built-in function ‘strchr’ login.c: In function ‘Login_User’: login.c:131: warning: implicit declaration of function ‘strcmp’
Diffstat (limited to 'src/ipaddr')
0 files changed, 0 insertions, 0 deletions