Преглед изворни кода

Fix include for ssize_t

master
Bert Münnich пре 14 година
родитељ
комит
0a91ede86c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      util.h

+ 1
- 0
util.h Прегледај датотеку

@@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <dirent.h>
#include <sys/types.h>

#ifndef MIN
#define MIN(a,b) ((a) < (b) ? (a) : (b))


Loading…
Откажи
Сачувај