ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/irc.h
(Generate patch)

Comparing hopm/trunk/src/irc.h (file contents):
Revision 5174 by michael, Thu Dec 25 18:51:51 2014 UTC vs.
Revision 5175 by michael, Fri Dec 26 21:09:41 2014 UTC

# Line 1 | Line 1
1   #ifndef IRC_H
2   #define IRC_H
3  
4 < #include "inet.h"
4 > #include <sys/types.h>
5 > #include <sys/socket.h>
6 > #include <netinet/in.h>
7 > #include <arpa/inet.h>
8  
9   #define MSGLENMAX 512 + 1
10  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines