Include sfconfig.h as needed

This commit is contained in:
Erik de Castro Lopo 2017-04-03 18:54:49 +10:00
parent 170a10ab8d
commit 5bcfd5ff0a
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
** Copyright (C) 1999-2014 Erik de Castro Lopo <erikd@mega-nerd.com> ** Copyright (C) 1999-2017 Erik de Castro Lopo <erikd@mega-nerd.com>
** **
** This program is free software; you can redistribute it and/or modify ** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by ** it under the terms of the GNU General Public License as published by
@ -16,6 +16,8 @@
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#include "sfconfig.h"
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,5 +1,5 @@
/* /*
** Copyright (C) 2003-2012 Erik de Castro Lopo <erikd@mega-nerd.com> ** Copyright (C) 2003-2017 Erik de Castro Lopo <erikd@mega-nerd.com>
** **
** This program is free software; you can redistribute it and/or modify ** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by ** it under the terms of the GNU General Public License as published by
@ -16,6 +16,7 @@
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#include "sfconfig.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>