Correct syntax error in include directive

This commit is contained in:
Sagitta Li
2016-09-22 07:57:48 -06:00
committed by Gregory Nutt
parent 7fc401d3c1
commit e1a649f0e9

View File

@@ -42,7 +42,7 @@
#include <nuttx/config.h>
#include <sys/ioctl.h"
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <string.h>