Skip to content
Snippets Groups Projects
Commit e07cd906 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

small fixes

parent f4f20660
Branches
Tags
No related merge requests found
// $Id: OS.cpp,v 1.1 2006-02-26 16:26:08 geuzaine Exp $ // $Id: OS.cpp,v 1.2 2006-02-26 16:55:08 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
// these are available on all OSes // these are available on all OSes
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <time.h> #include <time.h>
...@@ -35,6 +36,7 @@ ...@@ -35,6 +36,7 @@
#else #else
#include <windows.h> #include <windows.h>
#include <process.h> #include <process.h>
#include <io.h>
#endif #endif
#if defined(__APPLE__) #if defined(__APPLE__)
......
...@@ -28,6 +28,6 @@ int GetProcessId(); ...@@ -28,6 +28,6 @@ int GetProcessId();
int UnlinkFile(char *name); int UnlinkFile(char *name);
int StatFile(char *filename); int StatFile(char *filename);
int KillProcess(int pid); int KillProcess(int pid);
int SystemCall(char *command); void SystemCall(char *command);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment