X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fproc-utils.h;h=83514738dc46b2d759590cb704737fd8a2c5c631;hb=9aa5520697ee3b65bfbb705c21c2dfb2c0dee12e;hp=7cd83720bd7c2ec61cc8d57e90fd21e568e0e86a;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=external%2Fbinutils.git diff --git a/gdb/proc-utils.h b/gdb/proc-utils.h index 7cd8372..8351473 100644 --- a/gdb/proc-utils.h +++ b/gdb/proc-utils.h @@ -16,6 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef PROC_UTILS_H +#define PROC_UTILS_H + /* From proc-why.c */ /* @@ -113,3 +116,5 @@ extern void procfs_note (const char *, const char *, int); /* Define the type (and more importantly the width) of the control word used to write to the /proc/PID/ctl file. */ typedef long procfs_ctl_t; + +#endif /* PROC_UTILS_H */