@ -26,8 +26,12 @@
#define _FILE_OFFSET_BITS 64
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <stdio.h>
#ifdef __APPLE__
#include <sys/malloc.h>
#else
#endif
#include <getopt.h>
#include "conf.h"
The note is not visible to the blocked user.