This commit is contained in:
Shigeru KANEMOTO 2015-07-15 02:51:03 +00:00
commit de1b9dc1c0
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ all: gps-sdr-sim
SHELL=/bin/bash
CC=gcc
CFLAGS=-fopenmp -O3
CFLAGS=-std=c99 -fopenmp -O3
LDFLAGS=-lm -fopenmp
gps-sdr-sim: gpssim.o

View File

@ -9,7 +9,7 @@
#ifdef _WIN32
#include "getopt.h"
#else
#include <unistd.h>
#include <getopt.h>
#endif
#ifndef bool