Sfoglia il codice sorgente

OpenBSD doesn't have stdint.h. It'd be great if they would implement basic c99

library support some day...
master
Richard Nyberg 19 anni fa
parent
commit
ff3f222885
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      misc/hashtable.c

+ 1
- 1
misc/hashtable.c Vedi File

@@ -1,5 +1,5 @@
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>

#include "hashtable.h"



Loading…
Annulla
Salva