diff options
-rw-r--r-- | src/ptunnel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ptunnel.c b/src/ptunnel.c index f42ea98..ac6ff4f 100644 --- a/src/ptunnel.c +++ b/src/ptunnel.c @@ -53,6 +53,10 @@ #include <selinux/selinux.h> #endif +#ifndef PACKAGE_STRING +#define PACKAGE_STRING "ptunnel-ng" +#endif + #ifdef WIN32 #include <tchar.h> #include <winsock2.h> |