Switch to unified view

a/src/utils/readfile.cpp b/src/utils/readfile.cpp
...
...
16
 *   along with this program; if not, write to the
16
 *   along with this program; if not, write to the
17
 *   Free Software Foundation, Inc.,
17
 *   Free Software Foundation, Inc.,
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
 */
19
 */
20
#ifndef TEST_READFILE
20
#ifndef TEST_READFILE
21
#include "autoconfig.h"
21
22
22
#include <unistd.h>
23
#include <unistd.h>
23
#include <fcntl.h>
24
#include <fcntl.h>
24
#include <sys/types.h>
25
#include <sys/types.h>
25
#include <sys/stat.h>
26
#include <sys/stat.h>