diff --git a/profiler/src/HttpRequest.cpp b/profiler/src/HttpRequest.cpp index 62181b44..e3b81d83 100644 --- a/profiler/src/HttpRequest.cpp +++ b/profiler/src/HttpRequest.cpp @@ -68,6 +68,8 @@ static const char* GetOsInfo() sprintf( buf, "BSD (OpenBSD)" ); #elif defined __QNX__ sprintf( buf, "QNX" ); +#elif defined __HAIKU__ + sprintf( buf, "Haiku" ); #else sprintf( buf, "unknown" ); #endif