2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

moved compat.h to be the last include file

This commit is contained in:
Todd C. Miller
1995-03-29 21:13:24 +00:00
parent e3bed398bb
commit 64b69d5f51
2 changed files with 4 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ static char rcsid[] = "$Id$";
#endif /* lint */
#include "config.h"
#include "compat.h"
#include "pathnames.h"
#include <stdio.h>
@@ -56,6 +55,8 @@ static char rcsid[] = "$Id$";
#include <sys/param.h>
#include <netinet/in.h>
#include "compat.h"
#ifndef STDC_HEADERS
#ifndef __GNUC__ /* gcc has its own malloc */
extern char *malloc __P((size_t));

View File

@@ -31,7 +31,6 @@ static char rcsid[] = "$Id$";
#endif /* lint */
#include "config.h"
#include "compat.h"
#include "pathnames.h"
#include <stdio.h>
@@ -56,6 +55,8 @@ static char rcsid[] = "$Id$";
#include <sys/param.h>
#include <netinet/in.h>
#include "compat.h"
#ifndef STDC_HEADERS
#ifndef __GNUC__ /* gcc has its own malloc */
extern char *malloc __P((size_t));