]> git.pld-linux.org Git - packages/natus.git/blob - natus-includes.patch
- added includes patch to fix main program build
[packages/natus.git] / natus-includes.patch
1 --- Natus-natus-fcb732e/natus/main.cc.orig      2011-05-10 18:55:02.000000000 +0200
2 +++ Natus-natus-fcb732e/natus/main.cc   2023-02-02 19:11:13.247968576 +0100
3 @@ -34,7 +34,9 @@ using namespace std;
4  #include <cassert>
5  #include <sys/stat.h>
6  #include <sys/types.h>
7 +#include <getopt.h>
8  #include <regex.h>
9 +#include <unistd.h>
10  
11  #include <readline/readline.h>
12  #include <readline/history.h>
This page took 0.072212 seconds and 3 git commands to generate.