diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-10-09 10:18:25 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-10-09 10:18:25 +0000 |
| commit | 954b7cb1ded25fbec486be8ad18c5ef38db69a78 (patch) | |
| tree | f1e6f4855b9fd10fa851fc6f7031746f708d7cb1 /include | |
| parent | e308968267ae437c0fc5d48e78e9e55cb67e7963 (diff) | |
- ./configure to find PostgreSQL's includes in /usr/local/include
(Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@528 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/db.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/db.c b/include/db.c index 1fd48446..3e2f0248 100644 --- a/include/db.c +++ b/include/db.c @@ -1,6 +1,10 @@ #include <stdlib.h> #include <stdio.h> +/* for setproctitle() */ +#include <sys/types.h> +#include <unistd.h> + #include "db.h" #include "log.h" #include "common.h" |
