a50bdf7656
PR: ports/119375 Submitted by: Steve Ames <steve at energistic.com> (maintainer of devel/pwlib) Approved by: maintainer timeout (2 months)
11 lines
307 B
Text
11 lines
307 B
Text
diff -ruN addpasswd.cxx.old addpasswd.cxx
|
|
--- addpasswd.cxx.old 2006-04-14 09:56:19.000000000 -0400
|
|
+++ addpasswd.cxx 2008-01-05 21:55:43.000000000 -0500
|
|
@@ -16,6 +16,7 @@
|
|
|
|
#include <algorithm>
|
|
#include <ptlib.h>
|
|
+#include <ptlib/pprocess.h>
|
|
#include <ptclib/cypher.h>
|
|
|
|
class Client : public PProcess
|