Skip to content
Snippets Groups Projects
Commit f24b1117 authored by vahrenkamp's avatar vahrenkamp
Browse files

renamed getopt file

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@440 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 3c908ce1
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ Code given out at the 1985 UNIFORUM conference in Dallas.
#ifndef __GNUC__
#include <string>
#include "getopt.h"
#include "pc_getopt.h"
#include <stdio.h>
#define NULL 0
......
......@@ -5,6 +5,8 @@ AT&T Public License
Code given out at the 1985 UNIFORUM conference in Dallas.
*/
#ifndef __GRASPSTUDIO_GETOPT_
#define __GRASPSTUDIO_GETOPT_
#ifdef __GNUC__
#include <getopt.h>
......@@ -30,3 +32,5 @@ extern "C" {
#endif /* _GETOPT_H_ */
#endif /* __GNUC__ */
#endif
\ No newline at end of file
......@@ -74,7 +74,7 @@
#include <string>
#include "hull.h"
#include "getopt.h"
#include "pc_getopt.h"
#include "pointsites.h"
#include <boost/shared_ptr.hpp>
......
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