Skip to content

Commit

Permalink
Fix 32bit OSX builds (missing reference to bzero from Carbon.h)
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Jun 29, 2021
1 parent c32c31f commit a0f49fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/fst/scanner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <vector>

#ifdef COMPILER_MSVC
Expand Down

0 comments on commit a0f49fe

Please sign in to comment.