Switch to unified view

a/src/common/unacpp.cpp b/src/common/unacpp.cpp
...
...
119
    return false;
119
    return false;
120
}
120
}
121
121
122
#else // not testing
122
#else // not testing
123
123
124
#include <stdio.h>
125
#include <stdlib.h>
124
#include <unistd.h>
126
#include <unistd.h>
125
#include <fcntl.h>
127
#include <fcntl.h>
126
#include <errno.h>
128
#include <errno.h>
127
#include <string.h>
129
#include <string.h>
128
130