blob: 131f015321a878ab524c769f8d4c1a8d2c8eb65d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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
|