This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
OpenBSD doesn't have stdint.h. It'd be great if they would implement basic c99
library support some day...
master
Richard Nyberg
18 years ago
parent
f20c481b11
commit
ff3f222885
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
misc/hashtable.c
+ 1
- 1
misc/hashtable.c
View File
@@ -1,5 +1,5 @@
#include <stdlib.h>
#include <
std
int.h>
#include <int
types
.h>
#include "hashtable.h"
Write
Preview
Loading…
Cancel
Save