a/src/utils/idfile.cpp b/src/utils/idfile.cpp
...
...
170
    return idFileInternal(s, "");
170
    return idFileInternal(s, "");
171
}
171
}
172
172
173
#else
173
#else
174
174
175
#include <stdio.h>
176
#include <stdlib.h>
177
175
#include <string>
178
#include <string>
176
#include <iostream>
179
#include <iostream>
177
180
178
#include <unistd.h>
181
#include <unistd.h>
179
#include <fcntl.h>
182
#include <fcntl.h>