src/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers.
This commit is contained in:
parent
987c1bdfda
commit
d7440d8fc5
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@
|
|||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include <stdlib.h> // atoi() atof()
|
||||
#include <cstdlib> // atoi() atof()
|
||||
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/io/iochannel.hxx>
|
||||
|
|
Loading…
Reference in a new issue