File shorten.patch of Package shorten (Revision 3)
Currently displaying revision 3 , Show latest
15
1
---
2
src/fixio.c | 1 +
3
1 file changed, 1 insertion(+)
4
5
--- a/src/fixio.c
6
+++ b/src/fixio.c
7
8
#include <stdio.h>
9
#include <stdlib.h>
10
#include <string.h>
11
+#include <unistd.h>
12
#include "shorten.h"
13
#include "bitshift.h"
14
15