Skip to content

Commit 2865253

Browse files
U-UC\harvey1U-UC\harvey1
authored andcommitted
Trying to fix compile issue on Pi
1 parent 07cfe58 commit 2865253

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/as4.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#ifndef _AS4_H_
22
#define _AS4_H_
33

4+
#define _GNU_SOURCE
5+
46
#include <stdio.h>
57
#include <stdlib.h>
68
#include <string.h>
79
#include <sys/stat.h>
10+
#include <stdint.h>
811
#include <errno.h>
912
/* This is a 4-bit assembler for the Nibble Knowledge computer */
1013
/* Hacked together by Ryan Harvey Oct 12 2015 - for a minicompter design that should be from the 60s! */

0 commit comments

Comments
 (0)