aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example4.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-30 09:32:32 +0000
committerVincent Richard <[email protected]>2004-12-30 09:32:32 +0000
commitda55bd2c267934d0d8f44d9d061a3db9b1ea203f (patch)
tree1be91aa618e99f4243e6b473d25f702229c38f2d /examples/example4.cpp
parentRenamed files in POSIX platform handler. (diff)
downloadvmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.tar.gz
vmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.zip
Autotools and libtool support.
Diffstat (limited to 'examples/example4.cpp')
-rw-r--r--examples/example4.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/example4.cpp b/examples/example4.cpp
index 69c94bb3..f173067b 100644
--- a/examples/example4.cpp
+++ b/examples/example4.cpp
@@ -1,4 +1,5 @@
//
+// VMime library (http://vmime.sourceforge.net)
// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
//
// This program is free software; you can redistribute it and/or
@@ -29,7 +30,7 @@
#include <iostream>
#include "vmime/vmime.hpp"
-#include "vmime/platforms/posix/handler.hpp"
+#include "vmime/platforms/posix/posixHandler.hpp"
int main()