This commit is contained in:
wouter spruit 2015-03-03 10:00:19 +01:00 committed by Thulinma
parent ef2465e00f
commit aeb3d683a7

View file

@ -7,11 +7,11 @@
#include <cstdlib> #include <cstdlib>
#include <cstdio> #include <cstdio>
#include <unistd.h> #include <unistd.h>
#include <mist/procs.h>
#include <iostream> #include <iostream>
#include "defines.h" #include "defines.h"
#include "shared_memory.h" #include "shared_memory.h"
#include "stream.h" #include "stream.h"
#include "procs.h"
namespace IPC { namespace IPC {
/// Stores a long value of val in network order to the pointer p. /// Stores a long value of val in network order to the pointer p.