comparison lib/execute.c @ 7304:1c4ed7637c24

Include <config.h> unconditionally.
author Bruno Haible <bruno@clisp.org>
date Thu, 14 Sep 2006 14:18:36 +0000
parents 14eb5491c867
children cb2590895141
comparison
equal deleted inserted replaced
7303:8fa5a2dcbf3b 7304:1c4ed7637c24
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software Foundation, 16 along with this program; if not, write to the Free Software Foundation,
17 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 17 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
18 18
19 19
20 #ifdef HAVE_CONFIG_H 20 #include <config.h>
21 # include "config.h"
22 #endif
23 21
24 /* Specification. */ 22 /* Specification. */
25 #include "execute.h" 23 #include "execute.h"
26 24
27 #include <errno.h> 25 #include <errno.h>