Skip to content
Commit 97fb5e12 authored by Saleem Abdulrasool's avatar Saleem Abdulrasool
Browse files

Utility: fix compilation on Linux

When compiling on Linux with GCC 4.8, compilation would fail due to the use of
the offsetof macro.  This is a standard macro, defined in stddef.h.  Include
this header to ensure that offsetof is declared.

llvm-svn: 206702
parent 07508405
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment