Skip to content

Commit

Permalink
Merge pull request #4360 from rbalint/debian-build-fixes
Browse files Browse the repository at this point in the history
Use NULL from cstddef
  • Loading branch information
jmarshallnz committed Mar 14, 2014
2 parents acc4e49 + 498b0be commit d1f0b4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/GitRevision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include "GitRevision.h"

#include <cstddef>

#if defined(TARGET_DARWIN) || (defined(TARGET_WINDOWS) && !defined(_DEBUG))
#include "../git_revision.h" // generated file
#endif
Expand Down

0 comments on commit d1f0b4e

Please sign in to comment.