diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2025-01-10 10:18:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2025-01-10 10:18:28 +0100 |
commit | 69779eb81c20b80b56ab698f44a944efd6107a74 (patch) | |
tree | 6836d85d7d9d48ed01536deaf1aa05647bc02f3f | |
parent | 3eca78217c1f57bf30c1ae518183f98978d6de8d (diff) | |
download | tdepim-69779eb81c20b80b56ab698f44a944efd6107a74.tar.gz tdepim-69779eb81c20b80b56ab698f44a944efd6107a74.zip |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | mimelib/mimelib/msgcmp.h | 2 | ||||
-rw-r--r-- | mimelib/mimelib/token.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h index 4c66a2b23..5e5409f9d 100644 --- a/mimelib/mimelib/msgcmp.h +++ b/mimelib/mimelib/msgcmp.h @@ -31,7 +31,7 @@ #include <mimelib/string.h> #endif -#if defined(__linux__)) +#if defined(__linux__) #include <iosfwd> #endif diff --git a/mimelib/mimelib/token.h b/mimelib/mimelib/token.h index ec52ca849..120ba6d4e 100644 --- a/mimelib/mimelib/token.h +++ b/mimelib/mimelib/token.h @@ -51,7 +51,7 @@ // classes are fairly simple and efficient. // In addition, polymorphism is not needed to use the tokenizer classes. -#if defined(__linux__)) +#if defined(__linux__) #include <iosfwd> #endif |