summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-06 15:40:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-07-06 15:40:19 +0000
commit5be08ec16c3dda06c9f38995f60c84b1dcf6fdde (patch)
treef7506d7be279ef8fb4ddce07e6dccabdf2ef2c3e
parentf52911173d6d81b9a9631e644b9b23b1d8568d02 (diff)
downloadgnutls-5be08ec16c3dda06c9f38995f60c84b1dcf6fdde.tar.gz
*** empty log message ***
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 0dff897615..f0e4652208 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,7 +1,7 @@
#define PORT 5556
#define SERVER "127.0.0.1"
-#include "../lib/gnutls.h"
+#include <gnutls/gnutls.h>
int print_info( GNUTLS_STATE state);
int print_list(void);