remove reference to obsolete Makefile.vc
[platform/upstream/flac.git] / src / libFLAC / memory.c
index 9aaf7b3..cb6fa8a 100644 (file)
@@ -1,5 +1,5 @@
 /* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001,2002  Josh Coalson
+ * Copyright (C) 2001,2002,2003  Josh Coalson
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
 #include "private/memory.h"
 #include "FLAC/assert.h"
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address)
 {
        void *x;