libpurple/protocols/novell/novell.c

changeset 40439
e9838d634d5e
parent 40358
e6fe6fc1f516
child 40441
f23c7e772667
equal deleted inserted replaced
40362:1edaee25f763 40439:e9838d634d5e
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
18 * 18 *
19 */ 19 */
20 20
21 #include "internal.h" 21 #ifndef _WIN32
22 # include <sys/utsname.h>
23 #endif
24
22 #include <purple.h> 25 #include <purple.h>
23 26
24 #include "nmuser.h" 27 #include "nmuser.h"
25 #include "novell.h" 28 #include "novell.h"
26 29

mercurial