Skip to content
Snippets Groups Projects
Commit 2818cc42 authored by slevy's avatar slevy
Browse files

Move <sys/stat.h> higher up -- finds struct stat now.

parent d4cdea65
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ geom.umn.edu; email: software@geom.umn.edu. */
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "textures.h"
#include "findfile.h"
#include "futil.h"
......@@ -43,8 +46,6 @@ geom.umn.edu; email: software@geom.umn.edu. */
#include <fcntl.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment