include netizen

This commit is contained in:
fluxgen 2002-11-17 11:29:06 +00:00
parent edeee08659
commit 08f299afc0
2 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Screen.cc,v 1.80 2002/11/15 12:15:39 fluxgen Exp $
// $Id: Screen.cc,v 1.81 2002/11/17 11:27:50 fluxgen Exp $
#include "Screen.hh"
@ -38,6 +38,7 @@
#include "Configmenu.hh"
#include "Iconmenu.hh"
#include "StringUtil.hh"
#include "Netizen.hh"
//use GNU extensions
#ifndef _GNU_SOURCE

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Window.cc,v 1.98 2002/11/12 22:04:16 fluxgen Exp $
// $Id: Window.cc,v 1.99 2002/11/17 11:29:06 fluxgen Exp $
#include "Window.hh"
@ -33,6 +33,7 @@
#include "Toolbar.hh"
#include "Windowmenu.hh"
#include "StringUtil.hh"
#include "Netizen.hh"
#ifdef HAVE_CONFIG_H
#include "config.h"