Switch to unified view
a/src/utils/netcon.cpp | b/src/utils/netcon.cpp | ||
---|---|---|---|
... |
... |
||
886 | 886 | ||
887 | #include <stdio.h> |
887 | #include <stdio.h> |
888 | #include <stdlib.h> |
888 | #include <stdlib.h> |
889 | #include <unistd.h> |
889 | #include <unistd.h> |
890 | #include <signal.h> |
890 | #include <signal.h> |
891 | #include <string.h> |
||
891 | 892 | ||
892 | #include "debuglog.h" |
893 | #include "debuglog.h" |
893 | #include "netcon.h" |
894 | #include "netcon.h" |
894 | 895 | ||
895 | static char *thisprog; |
896 | static char *thisprog; |