summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 19709f970e..60094bf1f8 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,7 +1,7 @@
#define PORT 5556
#define SERVER "127.0.0.1"
-#include <gnutls.h>
+#include "../lib/gnutls.h"
int print_info( GNUTLS_STATE state);
int print_list(void); \ No newline at end of file