diff options
author | rbuj <[email protected]> | 2021-02-22 13:46:51 +0100 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2021-02-24 16:02:00 +0100 |
commit | 4ff8bb86507393e6956d108ee509a6bed8671ac4 (patch) | |
tree | e1355c7f44acbfaa0d0434e782c351b1f6ced5c5 /capplets/about-me/mate-about-me-fingerprint.h | |
parent | 85a293261fc6a5402ae8de0c0aa32cec9ae0bcf5 (diff) | |
download | mate-control-center-4ff8bb86507393e6956d108ee509a6bed8671ac4.tar.bz2 mate-control-center-4ff8bb86507393e6956d108ee509a6bed8671ac4.tar.xz |
Missing include guards
Diffstat (limited to 'capplets/about-me/mate-about-me-fingerprint.h')
-rw-r--r-- | capplets/about-me/mate-about-me-fingerprint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/capplets/about-me/mate-about-me-fingerprint.h b/capplets/about-me/mate-about-me-fingerprint.h index d8eda290..bc9b7963 100644 --- a/capplets/about-me/mate-about-me-fingerprint.h +++ b/capplets/about-me/mate-about-me-fingerprint.h @@ -17,6 +17,9 @@ * 02110-1301, USA. */ +#ifndef __MATE_ABOUT_ME_FINGERPRINT_H__ +#define __MATE_ABOUT_ME_FINGERPRINT_H__ + #include <gtk/gtk.h> void set_fingerprint_label (GtkWidget *enable, @@ -25,3 +28,4 @@ void fingerprint_button_clicked (GtkBuilder *dialog, GtkWidget *enable, GtkWidget *disable); +#endif /* __MATE_ABOUT_ME_FINGERPRINT_H__ */ |