whochanges: add buck target

Summary: In order to ship this in a package built by packman, we need a target for it.

Reviewed By: quark-zju

Differential Revision: D17507972

fbshipit-source-id: db363c43c8e852410711398b583205ce4e0bb0b3
This commit is contained in:
Xavier Deguillard 2019-09-20 13:55:14 -07:00 committed by Facebook Github Bot
parent 6f724d6e36
commit 311de7ef9a

View File

@ -9,7 +9,9 @@
* This software may be used and distributed according to the terms of the
* GNU General Public License version 2 or any later version.
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <errno.h>
#include <fcntl.h>
#include <limits.h>