Commit 310bcbc9 authored by Pavel Emelyanov's avatar Pavel Emelyanov

headers: Add missing headers for non-x86 (compilation fix)

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 1321b4f4
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include "int.h"
#include "types.h"
#include "crtools.h"
#include "ptrace.h"
#include "pstree.h"
......
......@@ -2,6 +2,7 @@
#include <unistd.h>
#include <stdarg.h>
#include <fcntl.h>
#include <limits.h>
#include <sys/stat.h>
#include "crtools.h"
#include "cr_options.h"
......
......@@ -5,6 +5,8 @@
#include <limits.h>
#include <sys/resource.h>
#include "int.h"
#include "types.h"
#include "compiler.h"
#include "asm/fpu.h"
#include "lock.h"
......
#include <stdarg.h>
#include "int.h"
#include "types.h"
#include "bitsperlong.h"
#include "syscall.h"
#include "log.h"
......
......@@ -9,6 +9,8 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include "int.h"
#include "types.h"
#include "page.h"
#include "syscall.h"
#include "image.h"
......
......@@ -7,8 +7,9 @@
#include <stdarg.h>
#include <sys/ioctl.h>
#include "syscall.h"
#include "int.h"
#include "types.h"
#include "syscall.h"
#include "parasite.h"
#include "config.h"
#include "fcntl.h"
......
......@@ -17,6 +17,8 @@
#include <sys/resource.h>
#include <signal.h>
#include "int.h"
#include "types.h"
#include "compiler.h"
#include "string.h"
#include "syscall.h"
......
......@@ -5,6 +5,7 @@
#include <errno.h>
#include "int.h"
#include "types.h"
#include "compiler.h"
#include "log.h"
#include "string.h"
......
......@@ -6,6 +6,7 @@
#include <stdbool.h>
#include "int.h"
#include "types.h"
#include "compiler.h"
#include "fcntl.h"
#include "log.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment