Get some of the last remaining C files into C++
They still need to be fixed up, but they now build with C++.
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
#include <netdb.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "../dlib/dlib.h"
|
||||
#include "../dpip/dpip.h"
|
||||
#include "../dlib/dlib.hh"
|
||||
#include "../dpip/dpip.hh"
|
||||
|
||||
#define MSG_ERR(...) printf("** ERROR **: " __VA_ARGS__);
|
||||
|
||||
|
Reference in New Issue
Block a user