Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bd919b

Browse files
committed
Include macbuildno.h here (mac only) (Jack)
1 parent b189a2f commit 5bd919b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Modules/getbuildinfo.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#include "config.h"
22

3+
#ifdef macintosh
4+
#include "macbuildno.h"
5+
#endif
6+
37
#include <stdio.h>
48

59
#ifndef DATE

0 commit comments

Comments
 (0)