use string.h until std c++ lib is stable

This commit is contained in:
Jeff Hill
2001-10-18 22:29:25 +00:00
parent e8c12c369c
commit 8aff497180

View File

@@ -13,7 +13,7 @@
#ifndef localHostNameh
#define localHostNameh
#include <string>
#include <string.h>
class localHostName {
public: