Revert "ggml : do not use _GNU_SOURCE gratuitously (#1027)"

This reverts commit 3f7a03ebe3.
This commit is contained in:
Georgi Gerganov
2023-07-02 21:53:52 +03:00
parent d6509bf78d
commit 8ba42095c5
7 changed files with 18 additions and 10 deletions

View File

@ -6,8 +6,8 @@
// ref: https://github.com/ggerganov/whisper.cpp/issues/171
//
#include "common-sdl.h"
#include "common.h"
#include "common-sdl.h"
#include "whisper.h"
#include <sstream>