Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 429276
Collapse All | Expand All

(-)v8cgi-0.9.2-src/v8cgi/src/lib/pgsql/pgsql.cc (+1 lines)
Lines 12-17 Link Here
12
 */
12
 */
13
13
14
#include <stdlib.h>
14
#include <stdlib.h>
15
#include <unistd.h>
15
#include <map>
16
#include <map>
16
#include <stdio.h>
17
#include <stdio.h>
17
#include <string.h>
18
#include <string.h>
(-)v8cgi-0.9.2-src/v8cgi/src/lib/process/process.cc (+1 lines)
Lines 8-13 Link Here
8
#include "macros.h"
8
#include "macros.h"
9
#include "common.h"
9
#include "common.h"
10
#include <stdlib.h>
10
#include <stdlib.h>
11
#include <unistd.h>
11
12
12
#ifndef windows
13
#ifndef windows
13
#  include <sys/wait.h>
14
#  include <sys/wait.h>
(-)v8cgi-0.9.2-src/v8cgi/src/path.cc (+1 lines)
Lines 8-13 Link Here
8
#include <sys/types.h>
8
#include <sys/types.h>
9
#include <limits.h>
9
#include <limits.h>
10
#include <stdlib.h>
10
#include <stdlib.h>
11
#include <unistd.h>
11
#include <stdio.h>
12
#include <stdio.h>
12
13
13
#ifdef windows
14
#ifdef windows
(-)v8cgi-0.9.2-src/v8cgi/src/system.cc (+1 lines)
Lines 10-15 Link Here
10
#include "app.h"
10
#include "app.h"
11
#include "system.h"
11
#include "system.h"
12
#include "path.h"
12
#include "path.h"
13
#include <unistd.h>
13
#include <sys/time.h>
14
#include <sys/time.h>
14
15
15
#ifndef HAVE_SLEEP
16
#ifndef HAVE_SLEEP

Return to bug 429276