]> sigrok.org Git - libserialport.git/blobdiff - libserialport.h.in
Add missing #include guards.
[libserialport.git] / libserialport.h.in
index e4109a985f96d587f33e9b99fba6a6a33b2c48dc..85fd098300a9d441b4590622706155a0e60816ea 100644 (file)
@@ -64,8 +64,8 @@
  * or where otherwise documented a positive value.
  */
 
-#ifndef LIBSERIALPORT_H
-#define LIBSERIALPORT_H
+#ifndef LIBSERIALPORT_LIBSERIALPORT_H
+#define LIBSERIALPORT_LIBSERIALPORT_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -630,4 +630,4 @@ void sp_free_error_message(char *message);
 }
 #endif
 
-#endif /* LIBSERIALPORT_H */
+#endif