Include config.h for host tool; protect __RCSID.

This commit is contained in:
tv 2002-01-31 19:24:47 +00:00
parent cce248537b
commit 554a73a4ce
1 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: crunchgen.c,v 1.30 2002/01/25 12:05:00 ragge Exp $ */
/* $NetBSD: crunchgen.c,v 1.31 2002/01/31 19:24:47 tv Exp $ */
/*
* Copyright (c) 1994 University of Maryland
* All Rights Reserved.
@ -32,8 +32,12 @@
* from specs given in a .conf file.
*/
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: crunchgen.c,v 1.30 2002/01/25 12:05:00 ragge Exp $");
#if defined(__RCSID) && !defined(lint)
__RCSID("$NetBSD: crunchgen.c,v 1.31 2002/01/31 19:24:47 tv Exp $");
#endif
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>