diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-03-30 17:25:30 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-03-30 18:02:25 +0200 |
commit | 08941177f030b77fb44238a7e589322d2e0fcaa2 (patch) | |
tree | e823d98180ea74d476466a862223a69d52308ffd /src/lib/tests | |
parent | a3f002d6f2d102588f988c99eb16c64a68706dd2 (diff) | |
download | ouroboros-08941177f030b77fb44238a7e589322d2e0fcaa2.tar.gz ouroboros-08941177f030b77fb44238a7e589322d2e0fcaa2.zip |
lib, irmd: Update communication with IRMd
All messages sent to the IRMd now also get a reply back with the
result of the operation.
Diffstat (limited to 'src/lib/tests')
-rw-r--r-- | src/lib/tests/shm_du_map_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/tests/shm_du_map_test.c b/src/lib/tests/shm_du_map_test.c index f636c941..85a82e4d 100644 --- a/src/lib/tests/shm_du_map_test.c +++ b/src/lib/tests/shm_du_map_test.c @@ -20,6 +20,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <ouroboros/config.h> #include <ouroboros/shm_du_map.h> #include <sys/types.h> #include <stdlib.h> |