]> git.tdb.fi Git - libs/al.git/blobdiff - source/source.h
Fix a typo in the copyright notice
[libs/al.git] / source / source.h
index 29118c5ea0d6dd18d2b7abd82b2ae1862d305700..df8bbc54c06310e91d430888a2aaddf5cedbad30 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_SOURCE_H_
@@ -10,6 +10,7 @@ Diestributed under the LGPL
 
 #include <vector>
 #include <AL/al.h>
+#include "types.h"
 
 namespace Msp {
 namespace AL {