src/protocols/icq/util.h

changeset 8244
014ff38feea9
parent 2086
007508451e2c
equal deleted inserted replaced
8243:e40bd494b78e 8244:014ff38feea9
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 2
3 /* 3 /*
4 * $Id: util.h 2096 2001-07-31 01:00:39Z warmenhoven $ 4 * $Id: util.h 8967 2004-02-12 19:54:18Z hermanator $
5 * 5 *
6 * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and 6 * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and
7 * Bill Soudan <soudan@kde.org> 7 * Bill Soudan <soudan@kde.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
29 #include <config.h> 29 #include <config.h>
30 #endif 30 #endif
31 31
32 #include <sys/types.h> 32 #include <sys/types.h>
33 33
34 #ifdef _WIN32 34 #ifndef _WIN32
35 #include <winsock.h> 35 #include <netinet/in.h>
36 #else 36 #else
37 #include <netinet/in.h> 37 #include "libc_interface.h"
38 #endif 38 #endif
39 39
40 #include "icqtypes.h" 40 #include "icqtypes.h"
41 #include "list.h" 41 #include "list.h"
42 42

mercurial