Skip to content

Commit

Permalink
Use NULL from cstddef
Browse files Browse the repository at this point in the history
This fixes build when GIT_REV is not defined.
  • Loading branch information
rbalint committed Mar 7, 2014
1 parent f8b20ac commit f2c56e5
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 f2c56e5

Please sign in to comment.