diff options
Diffstat (limited to 'nxcomp/Loop.cpp')
-rwxr-xr-x | nxcomp/Loop.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp index 9992a77e2..62e868bbf 100755 --- a/nxcomp/Loop.cpp +++ b/nxcomp/Loop.cpp @@ -29,7 +29,6 @@ #include <dirent.h> #include <pwd.h> -#include <fstream.h> #include <fcntl.h> #include <sys/types.h> @@ -42,6 +41,8 @@ #include <netinet/in.h> #include <arpa/inet.h> +#include "Misc.h" + #ifdef __sun #include <strings.h> #endif |