Add missing include

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3532 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-04-04 20:26:13 +00:00
parent 5784c7668a
commit 2b982089c9

View file

@ -1,5 +1,6 @@
/* -*- Mode: C; tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */
#include <string.h>
#include "nm-setting-pppoe.h"
G_DEFINE_TYPE (NMSettingPPPOE, nm_setting_pppoe, NM_TYPE_SETTING)