From ee1e253453a5e28d55ad9209ef18ea9845d4d096 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 10 Aug 2009 17:46:06 -0700 Subject: [PATCH] fix the build --- libs/rs/spec.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/rs/spec.h b/libs/rs/spec.h index b474dca97dcba..ba802f7f0bddb 100644 --- a/libs/rs/spec.h +++ b/libs/rs/spec.h @@ -1,6 +1,9 @@ #ifndef SPEC_H #define SPEC_H +#include +#include + #if __cplusplus extern "C" { #endif