--- projects/libstatgrab/src/statgrab/statgrab.c 2003/08/26 12:09:44 1.1 +++ projects/libstatgrab/src/statgrab/statgrab.c 2003/08/27 14:04:17 1.3 @@ -18,6 +18,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include @@ -416,7 +420,8 @@ void usage() { " -t DELAY When repeating, wait DELAY seconds between updates (default 1)\n" " -p Display CPU usage as percentages rather than absolute values\n" "\n"); - printf("Report bugs to .\n"); + printf("Version %s - report bugs to <%s>.\n", + PACKAGE_VERSION, PACKAGE_BUGREPORT); exit(1); }