Skip to content

Commit

Permalink
Fixed header file for GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jul 1, 2015
1 parent f52655e commit 0808464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion vm/util/logger.cpp
Expand Up @@ -4,7 +4,6 @@

#include <stdio.h>
#include <syslog.h>
#include <stdarg.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions vm/util/logger.hpp
Expand Up @@ -2,6 +2,7 @@
#define RBX_UTIL_LOGGER_HPP

#include <string>
#include <stdarg.h>

namespace rubinius {
namespace utilities {
Expand Down

0 comments on commit 0808464

Please sign in to comment.