Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing include #169

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Add missing include #169

merged 1 commit into from
Aug 11, 2024

Conversation

Xeonacid
Copy link
Contributor

@Xeonacid Xeonacid commented Aug 1, 2024

Fixes error:

/build/python-librabbitmq/src/librabbitmq-2.0.0/Modules/_librabbitmq/connection.c: In function ‘PyRabbitMQ_recv’:
/build/python-librabbitmq/src/librabbitmq-2.0.0/Modules/_librabbitmq/connection.c:1359:13: error: implicit declaration of function ‘amqp_simple_wait_frame_on_channel’; did you mean ‘amqp_simple_wait_frame_noblock’? [-Wimplicit-function-declaration]
 1359 |             amqp_simple_wait_frame_on_channel(conn, cur_channel, &frame);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |             amqp_simple_wait_frame_noblock

Copy link
Member

@auvipy auvipy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the patch. is there any way that we can verify the change?

@Xeonacid
Copy link
Contributor Author

Xeonacid commented Aug 1, 2024

thanks for the patch. is there any way that we can verify the change?

I'm working with Arch Linux PKGBUILD, it fails to build in chroot with extra-x86_64-build originally. But with this patch, it builds fine and all tests passed.

@auvipy auvipy merged commit 0b94b54 into celery:master Aug 11, 2024
3 of 4 checks passed
@Xeonacid Xeonacid deleted the patch-1 branch August 11, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants