mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
use double quotes instead of angle brackets for math includes
This commit is contained in:
@@ -27,7 +27,7 @@ pause -1
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
#include "math.h"
|
||||
#include <sys/time.h>
|
||||
|
||||
int main( int argc, char* argv[] )
|
||||
|
||||
Reference in New Issue
Block a user