This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix include for ssize_t
master
Bert Münnich
13 years ago
parent
d721d8453e
commit
0a91ede86c
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
util.h
+ 1
- 0
util.h
View File
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdarg.h>
#include <dirent.h>
#include <dirent.h>
#include <sys/types.h>
#ifndef MIN
#ifndef MIN
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MIN(a,b) ((a) < (b) ? (a) : (b))
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save