Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / mesa-sha1.h
index a81aba96e94695b2ce8e131582195a794c552d54..bde50ba1eb4f5c97528d13314318178a5282d620 100644 (file)
  * DEALINGS IN THE SOFTWARE.
  */
 
  * DEALINGS IN THE SOFTWARE.
  */
 
-#ifndef SHA1_H
-#define SHA1_H
+#ifndef MESA_SHA1_H
+#define MESA_SHA1_H
 
 #include <stdlib.h>
 
 #include <stdlib.h>
+#include "c99_compat.h"
 #include "sha1/sha1.h"
 
 #ifdef __cplusplus
 #include "sha1/sha1.h"
 
 #ifdef __cplusplus