@ -5,7 +5,6 @@
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <strings.h>
#include <time.h>
#include "lint.h"
@ -1,5 +1,11 @@
#ifdef _WIN32
#include <windows.h>
#define MAXPATHLEN MAX_PATH
#else
#include <sys/param.h>
#endif
enum hmt_attribute {
HMTA_ENCRYPTED = 0,
@ -9,7 +9,9 @@
#ifndef _WIN32
#include <unistd.h>
#include <stdarg.h>