BUILD: import: guard plock.h against multiple inclusion
authorWilly Tarreau <w@1wt.eu>
Sat, 26 Aug 2023 15:27:24 +0000 (17:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 26 Aug 2023 15:28:08 +0000 (17:28 +0200)
commit892d04733fdbe09a62ebad1c910360bba918a779
tree09ce6448ed98cfb726a2bc810b05246d1219edd6
parenta7b9baa2ccf513219b2c4ba3f3bbbde14777d617
BUILD: import: guard plock.h against multiple inclusion

Surprisingly there's no include guard in plock.h though there is one in
atomic-ops.h. Let's add one, or we cannot risk including the file multiple
times.
include/import/plock.h