Skip to content

Commit 0808464

Browse files
committedJul 1, 2015
Fixed header file for GCC.
1 parent f52655e commit 0808464

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎vm/util/logger.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
#include <stdio.h>
66
#include <syslog.h>
7-
#include <stdarg.h>
87
#include <unistd.h>
98
#include <fcntl.h>
109
#include <string.h>

‎vm/util/logger.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define RBX_UTIL_LOGGER_HPP
33

44
#include <string>
5+
#include <stdarg.h>
56

67
namespace rubinius {
78
namespace utilities {

0 commit comments

Comments
 (0)
Please sign in to comment.