Home
       include stdint.h - hbb - hyperbitblock
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3b1b0fe88d84b651ad5f32ba5f92087272ef8005
   DIR parent c01752d0dd02e8071d8cf8f6ce346b1f8fc66ec2
  HTML Author: kroovy <me@kroovy.de>
       Date:   Tue, 22 Apr 2025 21:04:18 +0200
       
       include stdint.h
       
       Diffstat:
         M hyperbitblock.c                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/hyperbitblock.c b/hyperbitblock.c
       @@ -2,6 +2,7 @@
        #include <signal.h>
        #include <stdio.h>
        #include <stdlib.h>
       +#include <stdint.h>
        #include <sys/mman.h>
        #include <sys/types.h>
        #include <sys/uio.h>