]> granicus.if.org Git - graphviz/commitdiff
lib/sparse/color_palette.h: disambiguate an include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Dec 2021 19:10:41 +0000 (11:10 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 4 Jan 2022 15:56:35 +0000 (07:56 -0800)
lib/sparse/color_palette.h

index 778cf3c7a0f260e60a889e6e0431b68eaf054079..c3a5a078658326815162012350dc8d038ec83761 100644 (file)
@@ -10,7 +10,7 @@
 
 #pragma once
 
-#include "stdio.h"
+#include <stdio.h>
 
 #ifdef __cplusplus
 extern "C" {