mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add missing include file
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8429 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3d6ccf29b6
commit
41f87bf588
@ -1,9 +1,8 @@
|
|||||||
/********************************************************************\
|
/********************************************************************\
|
||||||
* file-utils.c -- simple file utilities *
|
* file-utils.c -- simple file utilities *
|
||||||
* Copyright (C) 1997 Robin D. Clark *
|
* Copyright (C) 1997 Robin D. Clark <rclark@cs.hmc.edu> *
|
||||||
* Copyright (C) 1998 Linas Vepstas *
|
|
||||||
* Copyright (C) 1998 Rob Browning *
|
* Copyright (C) 1998 Rob Browning *
|
||||||
* Copyright (C) 1999-2000 Linas Vepstas *
|
* Copyright (C) 1998-2000 Linas Vepstas <linas@linas.org> *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or *
|
* This program is free software; you can redistribute it and/or *
|
||||||
* modify it under the terms of the GNU General Public License as *
|
* modify it under the terms of the GNU General Public License as *
|
||||||
@ -18,15 +17,11 @@
|
|||||||
* You should have received a copy of the GNU General Public License*
|
* You should have received a copy of the GNU General Public License*
|
||||||
* along with this program; if not, write to the Free Software *
|
* along with this program; if not, write to the Free Software *
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
|
||||||
* *
|
|
||||||
* Author: Rob Clark *
|
|
||||||
* Internet: rclark@cs.hmc.edu *
|
|
||||||
* Address: 609 8th Street *
|
|
||||||
* Huntington Beach, CA 92648-4632 *
|
|
||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user