Support This Project

Changeset 2040

Show
Ignore:
Timestamp:
11/18/08 16:23:24 (2 months ago)
Author:
pollux
Message:

Fix build failure (missing include of config.h)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libwzd-core/wzd_types.h

    r1994 r2040  
    2929#ifndef __WZD_TYPES__ 
    3030#define __WZD_TYPES__ 
     31 
     32#ifdef HAVE_CONFIG_H 
     33#include "config.h" 
     34#endif 
    3135 
    3236#ifdef HAVE_UNISTD_H