--- projects/libstatgrab/src/libstatgrab/statgrab.h 2004/04/06 14:52:58 1.34 +++ projects/libstatgrab/src/libstatgrab/statgrab.h 2004/04/06 16:37:34 1.35 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: statgrab.h,v 1.34 2004/04/06 14:52:58 tdb Exp $ + * $Id: statgrab.h,v 1.35 2004/04/06 16:37:34 tdb Exp $ */ #include @@ -204,4 +204,8 @@ typedef struct { } sg_process_count; sg_process_count *sg_get_process_count(); + +#ifdef SG_ENABLE_DEPRECATED +#include +#endif