mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-06 03:33:03 +00:00
Move include of config.h before all others.
This commit is contained in:
parent
4ea152e71b
commit
cebdba9dfa
1 changed files with 4 additions and 4 deletions
|
@ -15,14 +15,14 @@ You should have received a copy of the GNU General Public License
|
||||||
along with this program; see the file COPYING. If not, write to
|
along with this program; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <sys/types.h> /* Some systems need this for <signal.h>. */
|
|
||||||
#include <signal.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <sys/types.h> /* Some systems need this for <signal.h>. */
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
/* Some systems declare `sys_siglist in <unistd.h>; if
|
/* Some systems declare `sys_siglist in <unistd.h>; if
|
||||||
configure defined SYS_SIGLIST_DECLARED, it may expect
|
configure defined SYS_SIGLIST_DECLARED, it may expect
|
||||||
to find the declaration there. */
|
to find the declaration there. */
|
||||||
|
|
Loading…
Reference in a new issue