diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-02 17:36:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-02 17:36:02 +0200 |
commit | f9c8811b8b5679258094be9358fbe40a2c0ed594 (patch) | |
tree | 6d55bf219eaadee86495e27ce7ea0caa84a434d4 | |
parent | 6029664feeb5019c249dc68d17ed5fa84d996274 (diff) | |
download | etisnoop-f9c8811b8b5679258094be9358fbe40a2c0ed594.tar.gz etisnoop-f9c8811b8b5679258094be9358fbe40a2c0ed594.tar.bz2 etisnoop-f9c8811b8b5679258094be9358fbe40a2c0ed594.zip |
Use config.h for VERSION
-rw-r--r-- | etisnoop.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etisnoop.cpp b/etisnoop.cpp index 504d446..92f54fd 100644 --- a/etisnoop.cpp +++ b/etisnoop.cpp @@ -28,7 +28,9 @@ */ - +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif #include <stdio.h> #include <unistd.h> #include <getopt.h> |