Don't depend on <sys/types.h> being (bogusly) included by <stdio.h>.

This commit is contained in:
Bruce Evans 1997-03-16 17:31:59 +00:00
parent 54c4d30615
commit 60b161a92a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23942
3 changed files with 9 additions and 3 deletions

View File

@ -29,9 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: scan.l,v 1.1 1997/03/16 07:08:17 gibbs Exp $
*/
#include <sys/types.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>

View File

@ -29,9 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: scan.l,v 1.1 1997/03/16 07:08:17 gibbs Exp $
*/
#include <sys/types.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>

View File

@ -29,9 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: scan.l,v 1.1 1997/03/16 07:08:17 gibbs Exp $
*/
#include <sys/types.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>