Mercurial > pidgin
comparison src/network.c @ 8245:91c6629b1ee8
[gaim-migrate @ 8968]
Use internal.h
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Thu, 12 Feb 2004 19:55:05 +0000 |
| parents | 609a62b8e748 |
| children | e7524f4b4ed2 |
comparison
equal
deleted
inserted
replaced
| 8244:5e7ffea3f76a | 8245:91c6629b1ee8 |
|---|---|
| 21 * You should have received a copy of the GNU General Public License | 21 * You should have received a copy of the GNU General Public License |
| 22 * along with this program; if not, write to the Free Software | 22 * along with this program; if not, write to the Free Software |
| 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 24 */ | 24 */ |
| 25 | 25 |
| 26 #include <errno.h> | 26 #include "internal.h" |
| 27 #include <unistd.h> | |
| 28 #include <string.h> | |
| 29 #include <netdb.h> | |
| 30 #include <fcntl.h> | |
| 31 #include <sys/socket.h> | |
| 32 #include <netinet/in.h> | |
| 33 #include <sys/stat.h> | |
| 34 #include <arpa/inet.h> | |
| 35 | 27 |
| 36 #include "debug.h" | 28 #include "debug.h" |
| 37 #include "account.h" | 29 #include "account.h" |
| 38 #include "network.h" | 30 #include "network.h" |
| 39 #include "prefs.h" | 31 #include "prefs.h" |
