mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
use angle brackets for including ogg.h
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <stdlib.h> /* for calloc() */
|
||||
#include <string.h> /* for memset() */
|
||||
#include "ogg/ogg.h"
|
||||
#include <ogg/ogg.h>
|
||||
#include "FLAC/assert.h"
|
||||
#include "protected/stream_decoder.h"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for calloc() */
|
||||
#include <string.h> /* for memcpy() */
|
||||
#include "ogg/ogg.h"
|
||||
#include <ogg/ogg.h>
|
||||
#include "FLAC/assert.h"
|
||||
#include "OggFLAC/stream_decoder.h"
|
||||
#include "protected/stream_encoder.h"
|
||||
|
||||
Reference in New Issue
Block a user